Returns the number of elements in an array.
1 2
var arr []number = [1, 2, 3, 4, 5] printf("%g\n", arrays.length(arr)) // 5