Fraci
    Preparing search index...

    Type Alias AnyBinaryFractionalIndexBase

    Base configuration for binary fractional index implementations.

    Defines the configuration for fractional indices represented using binary encoding, where indices are stored as byte arrays (Uint8Array).

    Binary indices generally provide more compact storage and efficient comparison operations compared to string-based alternatives.

    type AnyBinaryFractionalIndexBase = {
        type: "binary";
    }
    Index

    Properties

    Properties

    type: "binary"

    The type discriminator identifying this as a binary fractional index configuration.