hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-prepend

Creates a new array with `value` prepended to the beginning.
Parameter
Type
Description
self
[T]
Initial array
value
T
Value to prepend
return
[T]
New array with `value` prepended