import from from '@adamburgess/linq'const sequence = from(['an', 'iterable', 'here!']);// now use all the methods on sequence! Copy
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.
See AnySequence for all the transformations you can do to a sequence.