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

Method next

src/function.rs:180–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 #[inline]
179 #[must_use]
180 pub fn next(self) -> Self {
181 debug_assert!(!self.is_reserved_value());
182 Self(self.0 + 1)
183 }
184
185 /// Returns an index pointing to the previous block.
186 #[inline]

Callers 1

common_subclassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected