Functionsยง
- convert_
for_ ๐loop_ to_ while_ let - impls_
core_ ๐iter - Whether iterable implements core::Iterator
- is_
ref_ ๐and_ impls_ iter_ method - If iterable is a reference where the expression behind the reference implements a method returning an Iterator called iter or iter_mut (depending on the type of reference) then return the expression behind the reference and the method name