• Checks whether there are no items in the RangeQ.

    Type Parameters

    • T

    Parameters

    • range: Readonly<{
          acc: readonly T[];
          group: Group<T>;
      }>

      To be queried.

    Returns boolean

    Whether there are no items.

Generated using TypeDoc