• Checks whether the data structure has no elements.

    Type Parameters

    • T

    • A

    Parameters

    • foldable: Foldable<T>

      The instance of Foldable for T.

    Returns ((ta) => boolean)

    Whether the data structure has no elements.

      • (ta): boolean
      • Parameters

        Returns boolean

Generated using TypeDoc