klyn.collections.ArraySync.toString
method
public native override toString() as String
Description

Returns the fixed synchronized-array textual representation.

import klyn.collections

values = fs:[true, false]
print(values.toString())    # fs:[true, false]
Returns

String representation of the array.