mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: document array.join method (#10360)
This commit is contained in:
parent
007ba5178e
commit
04e77419cc
@ -790,6 +790,7 @@ There are further built in methods for arrays:
|
||||
* `a.delete_last()` remove last element from array
|
||||
* `b := a.reverse()` make `b` contain the elements of `a` in reversed order
|
||||
* `a.reverse_in_place()` reverse the order of elements in `a`
|
||||
* `a.join(joiner)` concatenate array of strings into a string using `joiner` string as a separator
|
||||
|
||||
#### Sorting Arrays
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user