import from from '@adamburgess/linq'
const sequence = from(['an', 'iterable', 'here!']);
// now use all the methods on sequence!

See AnySequence for all the transformations you can do to a sequence.

Interfaces

AnySequence
ArraySequence
NumberSequence
StringSequence
WithKey
WithOrderedMethods

Type Aliases

ICompare
KeySequence
OrderedSequence
Sequence
SequenceType

Functions

from

References

default → from