Get the length of this array.
(&self, store: &StoreOpaque)
| 125 | |
| 126 | /// Get the length of this array. |
| 127 | pub fn len(&self, store: &StoreOpaque) -> Result<u32> { |
| 128 | store.unwrap_gc_store().array_len(self) |
| 129 | } |
| 130 | |
| 131 | /// Read an element of the given `StorageType` into a `Val`. |
| 132 | /// |
no test coverage detected