Preparing search index...
The search index is not available
@telostat/prelude - v0.6.0
@telostat/prelude
functional
List
Variable List
Const
List
:
{
at
:
typeof
at
;
find
:
typeof
find
;
findIndex
:
typeof
findIndex
;
head
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
>
;
init
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
[]
>
;
last
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
>
;
sort
:
typeof
sort
;
sum
:
(
list
:
readonly
number
[]
)
=>
number
;
tail
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
[]
>
;
uncons
:
<
T
>
(
list
:
readonly
T
[]
,
)
=>
functional
.
Maybe
<
functional
.
Tuple
<
T
,
T
[]
>
>
;
}
Type declaration
at
:
typeof
at
find
:
typeof
find
findIndex
:
typeof
findIndex
head
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
>
init
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
[]
>
last
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
>
sort
:
typeof
sort
sum
:
(
list
:
readonly
number
[]
)
=>
number
tail
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
T
[]
>
uncons
:
<
T
>
(
list
:
readonly
T
[]
)
=>
functional
.
Maybe
<
functional
.
Tuple
<
T
,
T
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@telostat/prelude - v0.6.0
Loading...