Prelude API
    Preparing search index...
    • Creates a new Range with the specified start, end, and value.

      Type Parameters

      • K

        The type of range boundaries

      • V

        The type of range value

      Parameters

      • start: K

        The start boundary of the range (inclusive)

      • end: K

        The end boundary of the range (inclusive or exclusive based on RangeSet.set.next/prev config)

      • value: V

        The value to associate with this range

      Returns Range.Range<K, V>

      A new Range object

      Error if start boundary is greater than end boundary