Return the end of this range. The end of a range is always greater than or equal to the start of the range.
(&self)
| 1036 | /// The end of a range is always greater than or equal to the start of the |
| 1037 | /// range. |
| 1038 | pub fn end(&self) -> char { |
| 1039 | self.end |
| 1040 | } |
| 1041 | } |
| 1042 | |
| 1043 | /// A set of characters represented by arbitrary bytes (where one byte |
no outgoing calls
no test coverage detected