extend

add extend function to all arrays that allows any array to be the start of a pipe chain.

size_t
extend
(
T
)
(
T[] t
,
size_t elements
)

Parameters

elements size_t

ignored

Return Value

Type: size_t

Always returns 0 because arrays cannot be extended.

Meta