1
Fork 0

(core::str) make len an alias for len_bytes ++

This commit is contained in:
Kevin Cantu 2012-02-21 21:13:18 -08:00 committed by Marijn Haverbeke
parent 669ff690fd
commit 8ea96169ff

View file

@ -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?