mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
rename str.len to str.number_of_bytes
This commit is contained in:
parent
22d798b7c7
commit
82e87d04e3
5 changed files with 15 additions and 48 deletions
|
@ -21,7 +21,7 @@ comptime {
|
|||
exportStrFn(str.startsWith, "starts_with");
|
||||
exportStrFn(str.endsWith, "ends_with");
|
||||
exportStrFn(str.strConcat, "concat");
|
||||
exportStrFn(str.strLen, "len");
|
||||
exportStrFn(str.strNumberOfBytes, "number_of_bytes");
|
||||
}
|
||||
|
||||
// Export helpers - Must be run inside a comptime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue