()
| 72005 | return 4; |
| 72006 | } |
| 72007 | get INDICES() { |
| 72008 | return INDICES; |
| 72009 | } |
| 72010 | constructor(array){ |
| 72011 | super(-0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0); |
| 72012 | if (arguments.length === 1 && Array.isArray(array)) this.copy(array); |
nothing calls this directly
no outgoing calls
no test coverage detected