MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / next

Method next

src/allocation_unit.rs:120–125  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

118 type Item = A::Item;
119
120 fn next(&mut self) -> Option<Self::Item> {
121 match self {
122 EitherIter::A(a) => a.next(),
123 EitherIter::B(b) => b.next(),
124 }
125 }
126 }
127
128 match self.kind() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected