(init: { content: Array<T> })
| 165 | replaceContent(idx: number, amt: number, objects?: T[]): void; |
| 166 | |
| 167 | create(init: { content: Array<T> }): ArrayProxy<T>; |
| 168 | } |
| 169 | class ArrayProxy<T> extends EmberObject implements PropertyDidChange { |
| 170 | /* |
no outgoing calls
no test coverage detected