Options
All
  • Public
  • Public/Protected
  • All
Menu

Module index

Index

Classes

Functions

Functions

iter

  • Shortcut to IterableWrapper<T> constructor.
    Wraps an Array or IterableIterator<T> into IterableWrapper<T> in order to provide higher-order functions that operate over the collection.

    Type parameters

    • T

    Parameters

    • arrayOrIterable: T[] | IterableIterator<T>

    Returns IterableWrapper<T>

    IterableWrapper with added functionality

Generated using TypeDoc