| 14 | |
| 15 | /** Represents a `Il2CppArraySize`. */ |
| 16 | class Il2CppArray extends native_struct.NativeStruct { |
| 17 | /** @internal */ |
| 18 | static from(klass, lengthOrElements) { |
| 19 | const length = typeof lengthOrElements == "number" ? lengthOrElements : lengthOrElements.length; |
nothing calls this directly
no outgoing calls
no test coverage detected