Add Str.reverseClusters to docs

This commit is contained in:
Richard Feldman 2020-03-16 02:26:03 -04:00
parent 0ed8f90f11
commit 3fa75dc2f7

View file

@ -103,6 +103,7 @@ padStart : Str, Int, Str -> Str
padEnd : Str, Int, Str -> Str padEnd : Str, Int, Str -> Str
reverseClusters : Str -> Str
foldClusters : Str, { start: state, step: (state, Str -> state) } -> state foldClusters : Str, { start: state, step: (state, Str -> state) } -> state