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

Class DisplayIter

regalloc3-tool/src/example_reginfo/mod.rs:40–40  ·  view source on GitHub ↗

Helper type to display a comma-separated list of displayable values.

Source from the content-addressed store, hash-verified

38
39/// Helper type to display a comma-separated list of displayable values.
40struct DisplayIter<T>(T);
41impl<T: Iterator + Clone> fmt::Display for DisplayIter<T>
42where
43 T::Item: fmt::Display,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected