Closed
Description
Equal to https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.size_hint. Don't think this needs to be marked async
. This would've been useful to calculate the right pre-alloc size for calling collect
into a vec in #125. Thanks!