mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-06-23 11:31:37 +00:00
func and tests
This commit is contained in:
@ -144,6 +144,10 @@ impl<T> RefList<T> {
|
||||
|
||||
res
|
||||
}
|
||||
|
||||
pub fn len(&self) -> usize {
|
||||
self.items.len()
|
||||
}
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
|
Reference in New Issue
Block a user