Function 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

NameDescription
t The array to attempt to extend.
elements ignored

Returns

Always returns 0 because arrays cannot be extended.