klyn.collections.ArraySync.size
property
public readonly native property size as ULong
Description

Number of elements in the array.

import klyn.collections

values = fs:[10, 20, 30]
print(values.size)    # 3
Returns

Fixed array length.