Array

Sf. Array

A class to easily handle arrays and to group array-related functions

Constructor

new Array(array) → {object}

Parameters
Name Type Description
array array The array passed to the constructor, hereinafter indicated as "class argument"
Returns
the class instance to allow method chaining
Type
object