Overview
>
klyn.collections
>
LinkedListSync
>
join
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.collections.LinkedListSync.join
method
public native join(separator as String) as String
Description
Joins elements into a string using the separator.
Parameters
separator The string inserted between items.