Fraci
    Preparing search index...

    Type Alias AnyStringFractionalIndex

    AnyStringFractionalIndex: FractionalIndex<AnyStringFractionalIndexBase, any>

    Represents any string-encoded fractional index.

    String fractional indices are implemented as string values with additional type information. They provide human-readable representation and natural lexicographic sorting in string-based storage systems.

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