public readonly native property size as ULong
Returns the number of elements in the array.
import klyn.collections values as Double[] = Double[8] print(values.size) # 8
Fixed array length.