Closed liigo closed 4 weeks ago
Thanks, liigo! Since these are new, I simply renamed them to trim_start() and trim_end() as suggested. (also matches with starts_with() and ends_with() functions). I also renamed all the _right(s, len) functions to _tail(s, len) (because _end() is used for iterators).
see https://github.com/rust-lang/rust/issues/30459