(core::str) make len an alias for len_bytes ++
This commit is contained in:
parent
669ff690fd
commit
8ea96169ff
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ export
|
||||||
is_empty,
|
is_empty,
|
||||||
is_not_empty,
|
is_not_empty,
|
||||||
is_whitespace,
|
is_whitespace,
|
||||||
len_bytes,
|
len, len_bytes,
|
||||||
len_chars, //len,
|
len_chars,
|
||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
// FIXME: perhaps some more of this section shouldn't be exported?
|
// FIXME: perhaps some more of this section shouldn't be exported?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue