mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
roc format
on builtins
This commit is contained in:
parent
f2bd5efa41
commit
894860118b
1 changed files with 0 additions and 1 deletions
|
@ -516,7 +516,6 @@ split : Str, Str -> List Str
|
|||
## ```
|
||||
repeat : Str, Nat -> Str
|
||||
|
||||
|
||||
## Returns a [List] of the string's [U8] UTF-8 [code units](https://unicode.org/glossary/#code_unit).
|
||||
## (To split the string into a [List] of smaller [Str] values instead of [U8] values,
|
||||
## see [Str.split].)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue