cloneMembers MethodStatic
Deprecated in 4.x. Use cloneArray.
Clone an array whose members have type T, which implements the clone method.
- If the clone method returns undefined, thenundefinedis forced into the cloned array.
cloneMembers<T extends Cloneable<T>>(array: T[]): undefined | T[]
| Parameter | Type | Description | 
|---|---|---|
| array | T[] | 
Returns - undefined | T[]
Defined in
- Geometry.ts Line 1303
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.