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Β§
- drain_
array_ πwith - A situationally-optimized version of
array.into_iter().for_each(func)
.