@unikue/ts-multi-map
    Preparing search index...

    Type Alias RangeMapKey

    type RangeMapKey = {
        end: number;
        endInclusive?: boolean;
        start: number;
        startInclusive?: boolean;
    }
    Index

    Properties

    end: number
    endInclusive?: boolean
    start: number
    startInclusive?: boolean