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

    Type Parameters

    • T

    Parameters

    • xs: List<T>

      The first list.

    Returns ((ys) => List<T>)

    The picked up list.

Generated using TypeDoc