methodArrayConstructor.ofof<T>(...items: T[]): T[];Returns a new array from a set of elements.@param itemsA set of elements to include in the new array object.