serid
Results
1
comments of
serid
It's nice to have trim methods on `str` but in the project I am working on right now, I use `&[char]` slices instead of `&str`, because I need indexed access...