Function subsequencesExceptEmpty

  • Creates subsequences of the list except the empty pattern.

    Type Parameters

    • T

    Parameters

    • list: List<T>

      The source list.

    Returns List<List<T>>

    The list of subsequences without the empty pattern.

Generated using TypeDoc