hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-append

Creates a new array with `value` appended to the end.
Parameter
Type
Description
self
[T]
Initial array
value
T
Value to append
return
[T]
New array with `value` appended