Skip to content

Commit 358304c

Browse files
committed
Update builtin docs
1 parent 47d09be commit 358304c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/ralph/built-in-functions.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,20 @@ Returns the group of the input address.
859859
860860
---
861861

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+
862876
### nullContractAddress
863877

864878
```Rust

0 commit comments

Comments
 (0)