()
| 71092 | return 3; |
| 71093 | } |
| 71094 | get INDICES() { |
| 71095 | return INDICES; |
| 71096 | } |
| 71097 | constructor(array, ...args){ |
| 71098 | super(-0, -0, -0, -0, -0, -0, -0, -0, -0); |
| 71099 | if (arguments.length === 1 && Array.isArray(array)) this.copy(array); |
nothing calls this directly
no outgoing calls
no test coverage detected