Structs
- Drain 🔒See
drain_array_with
– this ispub(crate)
only so it’s allowed to be mentioned in the signature of that method. (Otherwise it hitsE0446
.)
Functions
- A situationally-optimized version of
array.into_iter().for_each(func)
.
drain_array_with
– this is pub(crate)
only so it’s allowed to be
mentioned in the signature of that method. (Otherwise it hits E0446
.)array.into_iter().for_each(func)
.