We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d09be commit 358304cCopy full SHA for 358304c
docs/ralph/built-in-functions.md
@@ -859,6 +859,20 @@ Returns the group of the input address.
859
860
---
861
862
+### len
863
+
864
+```Rust
865
+fn len!(array) -> (U256)
866
+```
867
868
+Get the length of an array
869
870
+> @param **an** *array*
871
+>
872
+> @returns *the length of an array*
873
874
+---
875
876
### nullContractAddress
877
878
```Rust
0 commit comments