Add Array.join for joining Array values
The method Array.join can be used to join values in an Array together using a separator. This method is only available if the values in an Array implement the ToString trait.
Showing
Please register or sign in to comment