Fraci
    Preparing search index...

    Type Alias AnyBinaryFractionalIndex

    AnyBinaryFractionalIndex: FractionalIndex<AnyBinaryFractionalIndexBase, any>

    Represents any binary-encoded fractional index.

    Binary fractional indices are implemented as Uint8Array objects with additional type information. They provide compact representation and efficient comparison operations compared to string-based indices.

    This type is commonly used when you need to work with binary fractional indices without knowing their specific brand type.