• Creates a new iterable that is a concatenation of all the iterables in the input.

    Type Parameters

    • T

    Parameters

    • iterables: Iterable<Iterable<T>>

      An iterable of which the contents will be concatenated into a new iterable.

    Returns Iterable<T>