mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Add Str.reverseClusters to docs
This commit is contained in:
parent
0ed8f90f11
commit
3fa75dc2f7
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ padStart : Str, Int, Str -> Str
|
|||
|
||||
padEnd : Str, Int, Str -> Str
|
||||
|
||||
reverseClusters : Str -> Str
|
||||
|
||||
foldClusters : Str, { start: state, step: (state, Str -> state) } -> state
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue