Return the start of this range. The start of a range is always less than or equal to the end of the range.
(&self)
| 1028 | /// The start of a range is always less than or equal to the end of the |
| 1029 | /// range. |
| 1030 | pub fn start(&self) -> char { |
| 1031 | self.start |
| 1032 | } |
| 1033 | |
| 1034 | /// Return the end of this range. |
| 1035 | /// |
no outgoing calls
no test coverage detected