Module array_concat

Source

Staticsยง

_LINKME_ELEMENT_array_append_anyarray_any_anyarray ๐Ÿ”’
_LINKME_ELEMENT_array_cat_anyarray_anyarray_anyarray ๐Ÿ”’
_LINKME_ELEMENT_array_prepend_any_anyarray_anyarray ๐Ÿ”’

Functionsยง

array_append ๐Ÿ”’
Appends a value as the back element of an array. The behavior is the same as PG.
array_append_anyarray_any_anyarray ๐Ÿ”’
array_cat ๐Ÿ”’
Concatenates the two arrays.
array_cat_anyarray_anyarray_anyarray ๐Ÿ”’
array_prepend ๐Ÿ”’
Prepends a value as the front element of an array. The behavior is the same as PG.
array_prepend_any_anyarray_anyarray ๐Ÿ”’