Functionsยง
- convert_
for_ ๐loop_ with_ for_ each - convert_
iter_ ๐for_ each_ to_ for - 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
- validate_
method_ ๐call_ expr