dust/std/core.ds

4 lines
55 B
Plaintext

length = fn (list: [any]) -> int {
__LENGTH__(list)
}