Fixes #23, but u8/char only; not iterator. Adding iterator support results in conflicting impls. The ergonomics of more generality are poor in this instance. This is one of two alternative implementations (the other is #24). I'm not sure which I want to merge, or if I want to merge either of them.
Fixes #23, but
u8
/char
only; not iterator. Adding iterator support results in conflicting impls. The ergonomics of more generality are poor in this instance. This is one of two alternative implementations (the other is #24). I'm not sure which I want to merge, or if I want to merge either of them.