anyinput 0.1.8

A macro for easier writing of functions that accept any string-, path-, iterator-, array-, or ndarray-like input
Documentation
1
2
3
4
5
error: Expected generic parameter to be a type.
 --> tests/ui/anyiterconst.rs:4:23
  |
4 | pub fn any_str_len(s: AnyIter<3>) -> Result<usize, anyhow::Error> {
  |                       ^^^^^^^^^^