Appearance
at(array, offset)
Returns the value at the specified offset.
offset
at([1, 2, 3], -1); // 3
pipe([1, 2, 3], at(-1)); // 3