• Picks up the elements from list by list. It is same as doing transpose and concatenate.

    Type Parameters

    • T

    Parameters

    • listList: List<List<T>>

      The list of list.

    Returns List<T>

    The picked up list.

Generated using TypeDoc