append
description
Add an item at the end of an array. append
is a pure function and will return a new array, without modifying the original array. Like many functions in conductor, append
is curried.
example
Last updated
Add an item at the end of an array. append
is a pure function and will return a new array, without modifying the original array. Like many functions in conductor, append
is curried.
Last updated