ts-iterable-functions
    Preparing search index...

    Function empty

    • Returns an empty iterable of type T.

      Type Parameters

      • T

        The type of elements in the iterable.

      Returns Iterable<T>

      An empty iterable.