MCPcopy
hub / github.com/williamngan/pts / toArray

Method toArray

src/Pt.ts:512–514  ·  view source on GitHub ↗

* Convert this Pt to a javascript Array.

()

Source from the content-addressed store, hash-verified

510 * Convert this Pt to a javascript Array.
511 */
512 toArray():number[] {
513 return [].slice.call( this );
514 }
515
516
517 /**

Callers 5

$concatMethod · 0.95
bnFunction · 0.80
tFunction · 0.80
EFunction · 0.80
editor.main.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected