NUM
Value members
Inherited methods
Check if all elements of ANY
satisfy function.
Check if all elements of ANY
satisfy function.
- Value parameters:
- f
function to check with
- Inherited from:
- ANY
Check if any elements of ANY
satisfy function.
Check if any elements of ANY
satisfy function.
- Value parameters:
- f
function to check with
- Inherited from:
- ANY
Drops n
items from ANY
. Negative n
drops from the end.
Drops n
items from ANY
. Negative n
drops from the end.
- Value parameters:
- n
number of items to drop
- Inherited from:
- ANY
Drop elements of ANY
until function is no longer satisified.
Drop elements of ANY
until function is no longer satisified.
- Value parameters:
- f
function to check with
- Inherited from:
- ANY
Filters elements of ANY
with function.
Filters elements of ANY
with function.
- Value parameters:
- f
function to filter with
- Inherited from:
- ANY
Applies function over each element of ANY
and flatten.
Applies function over each element of ANY
and flatten.
- Value parameters:
- f
function to map with
- Inherited from:
- ANY
Converts ANY
to FN
at given line number.
Converts ANY
to FN
at given line number.
- Value parameters:
- env
context
ENV
to wrapFN
- l
line number
- Inherited from:
- ANY
Applies function over each element of ANY
.
Applies function over each element of ANY
.
- Value parameters:
- f
function to map with
- Inherited from:
- ANY
Converts ANY
to FN
at given PATH
.
Converts ANY
to FN
at given PATH
.
- Value parameters:
- env
context
ENV
to wrapFN
- p
PATH
- Inherited from:
- ANY
Takes n
items in ANY
. Negative n
takes from the end.
Takes n
items in ANY
. Negative n
takes from the end.
- Value parameters:
- n
number of items to take
- Inherited from:
- ANY
Take elements of ANY
until function is no longer satisified.
Take elements of ANY
until function is no longer satisified.
- Value parameters:
- f
function to check with
- Inherited from:
- ANY
Converts ANY
to FN
.
Converts ANY
to FN
.
- Value parameters:
- env
context
ENV
to wrapFN
- Inherited from:
- ANY
toString
override for ANY
.
toString
override for ANY
.
- Definition Classes
- ANY -> Any
- Inherited from:
- ANY
Vectorizes function over ANY
.
Vectorizes function over ANY
.
- Value parameters:
- f
function to vectorize
- Inherited from:
- ANY