Search results
19 packages found
Complete implementation of Language-Integrated Query (LINQ) (ECMAScript 2015 Language Specification)
- linq
- LINQ
- deferred
- query
- Enumerable
- Iterable
- IEnumerable
- IEnumerator
- Enumerator
- System.Linq
- generators
- Symbol
- symbol.iterator
- iterator
- View more
Complete implementation of Language-Integrated Query (LINQ) (ECMAScript 5.1 Language Specification)
- linq
- LINQ
- deferred
- query
- Enumerable
- Iterable
- IEnumerable
- IEnumerator
- Enumerator
- System.Linq
- generators
- Symbol
- symbol.iterator
- iterator
- View more
An iterable is a sequence of values.
- extra
- iterable
- callable
- findAll
- fromApply
- fromCall
- many
- pop
- shift
- size
- toCallable
- toOnce
- CombineFunction
- CompareFunction
- View more
An array is a collection of values, stored contiguously.
An iterable is a sequence of values {web}.
- extra
- iterable
- callable
- findAll
- fromApply
- fromCall
- many
- pop
- shift
- size
- toCallable
- toOnce
- CombineFunction
- CompareFunction
- View more
An array is a collection of values, stored contiguously {web}.
A sorted array is a collection of values, arranged in an order.
A sorted array is a collection of values, arranged in an order {web}.
takeWhile operator for basic-streams
Pure functional AsyncIterator traversal
- AsyncIterator
- TypeScript
- all
- and
- any
- append
- average
- concat
- concatMap
- contains
- drop
- dropUntil
- dropWhile
- empty
- View more
Iterable slicing functions for JavaScript
Pure functional AsyncIterable traversal
- AsyncIterable
- functional
- lambda
- TypeScript
- toArray
- toSet
- first
- tail
- push
- unshift
- initial
- last
- only
- empty
- View more
The lodash method `_.takeWhile` exported as a module.
Pure functional Iterator traversal
Linq for javascript
- linq
- array
- addRange
- aggregate
- average
- clear
- distinct
- firstOrDefault
- insertAt
- insertRangeAt
- getRange
- groupBy
- innerJoin
- lastOrDefault
- View more
Keeps values from left, while a test passes.
Keeps values from left, while a test passes.