public readonly native property size as ULong
Number of elements in the array.
import klyn.collections values = fs:[10, 20, 30] print(values.size) # 3
Fixed array length.