@mikuroxina/mini-fn
    Preparing search index...

    Function fromIterable

    • Creates a new list with a finite iterable object.

      Type Parameters

      • T

      Parameters

      • iterable: Iterable<T>

        The finite iterable object such as Array or Map.

      Returns List.List<T>

      The list of items from the iterable.