| ... | @@ -300,9 +300,9 @@ fn inTable(c: u8, t: tIndex) bool { | ... | @@ -300,9 +300,9 @@ fn inTable(c: u8, t: tIndex) bool { |
| 300 | | 300 | |
| 301 | /// DEPRECATED: use `isAlphanumeric` | 301 | /// DEPRECATED: use `isAlphanumeric` |
| 302 | pub const isAlNum = isAlphanumeric; | 302 | pub const isAlNum = isAlphanumeric; |
| 303 | /// DEPRECATED: use `isAlpha` | 303 | /// DEPRECATED: use `isAlphabetic` |
| 304 | pub const isAlpha = isAlphabetic; | 304 | pub const isAlpha = isAlphabetic; |
| 305 | /// DEPRECATED: use `isAlpha` | 305 | /// DEPRECATED: use `isControl` |
| 306 | pub const isCntrl = isControl; | 306 | pub const isCntrl = isControl; |
| 307 | /// DEPRECATED: use `isWhitespace`. | 307 | /// DEPRECATED: use `isWhitespace`. |
| 308 | pub const isSpace = isWhitespace; | 308 | pub const isSpace = isWhitespace; |