Get an arbitrary index representing this color. The index is unique within a single function compilation*, but indices may be reused across functions.
(self)
| 55 | /// *within a single function compilation*, but indices may be reused across |
| 56 | /// functions. |
| 57 | pub fn get(self) -> u32 { |
| 58 | self.0 |
| 59 | } |
| 60 | } |
| 61 | |
| 62 | /// A representation of all of the ways in which a value is available, aside |
no outgoing calls
no test coverage detected