array_length(a)
Return the number of elements in the array a.
a
let a = #[1, 2, "hi", 'abc] array_length(a) // 4
Core Module Index | Contents