UIZE JavaScript Framework

TO DO - Uize.Array.Util

This is a TO DO document for the Uize.Array.Util module.

1. Uize.Array.Util.chunk

Returns a chunk of the specified source array of the specified size.

2. Uize.Array.Util.head

Returns the specified number of elements at the head of the specified source array.

NOTES

when no length parameter is specified, returns the first element of the array

3. Uize.Array.Util.tail

Returns the specified number of elements at the tail of the specified source array.

NOTES

when no length parameter is specified, returns the last element of the array