Coda by Ian Macalinao
    Preparing search index...

    Type Alias BigFractionBytesArgs

    type BigFractionBytesArgs = {
        padding: (number | bigint)[];
        value: (number | bigint)[];
    }
    Index
    padding: (number | bigint)[]
    value: (number | bigint)[]