@eagleoutice/flowr - v2.15.8
Preparing search index...
src/util/collections/arrays
TailOfArray
Type Alias TailOfArray<T>
TailOfArray
:
T
extends
[
infer
_
,
...
(
infer
Rest
)
]
?
Rest
:
never
Returns the tail of an array (all elements except the first one).
Type Parameters
T
extends
unknown
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Returns the tail of an array (all elements except the first one).