(self)
| 124 | /// Returns the numeric value of the code point. |
| 125 | #[inline] |
| 126 | pub const fn to_u32(self) -> u32 { |
| 127 | self.value |
| 128 | } |
| 129 | |
| 130 | /// Returns the numeric value of the code point if it is a leading surrogate. |
| 131 | #[inline] |
no outgoing calls
no test coverage detected