public native override toString() as String
Returns the fixed synchronized-array textual representation.
import klyn.collections values = fs:[true, false] print(values.toString()) # fs:[true, false]
String representation of the array.