MCPcopy Create free account
hub / github.com/davidblewett/rure-python / into_iter

Method into_iter

regex/src/sparse.rs:74–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 type Item = &'a usize;
73 type IntoIter = slice::Iter<'a, usize>;
74 fn into_iter(self) -> Self::IntoIter { self.iter() }
75}

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected