Like partition
but with type predicate
Classify a set of items into 2 groups
List of items
Function that classifies item
A tuple of 2 item groups
predicate
returns true
predicate
returns false
Get all but first items of an array
Get first item of an array
Array to get first item from
First item of array
Get first item of an array
Array to get first item from
Value to return should array
is found empty
First item of array
if it's not empty, or def
otherwise
Get first item of an array
Array to get first item from
First item of array
if it's not empty, or undefined
otherwise
Get all but last items of an array
Input array
All but last items of array
Get last item of an array
Array to get last item from
Last item of array
Get last item of an array
Array to get last item from
Value to return should array
is found empty
Last item of array
if it's not empty, or def
otherwise
Get last item of an array
Array to get last item from
Last item of array
if it's not empty, or undefined
otherwise
Classify a set of items into 2 groups
List of items
Function that classifies item
A tuple of 2 item groups
predicate
returns true
predicate
returns false
Create an array of ascending integers
Number of integers
An array of integers from 0
to under count
Split an array into 2 parts
Array to split
Where to split
A tuple of two parts
Get all but first items of an array
Input array
All but first items of array
Create a list of pairs from two lists
Array of left items
Array of right items
An array of pairs
Generated using TypeDoc
Get all but last items of an array
Input array
All but last items of
array