| author | |
| committer | |
| log | a70c86e6611b3f24c7e8959b25407602559b893a |
| tree | 6f9fbc825ab670acaaffc892c0a9cff75cbb7e60 |
| parent | 20925b2f5c5c0ae20fdc0574e5d4e5740d17b4d6 |
1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/ascii.zig+2-2| ... | ... | @@ -300,9 +300,9 @@ fn inTable(c: u8, t: tIndex) bool { |
| 300 | 300 | |
| 301 | 301 | /// DEPRECATED: use `isAlphanumeric` |
| 302 | 302 | pub const isAlNum = isAlphanumeric; |
| 303 | /// DEPRECATED: use `isAlpha` | |
| 303 | /// DEPRECATED: use `isAlphabetic` | |
| 304 | 304 | pub const isAlpha = isAlphabetic; |
| 305 | /// DEPRECATED: use `isAlpha` | |
| 305 | /// DEPRECATED: use `isControl` | |
| 306 | 306 | pub const isCntrl = isControl; |
| 307 | 307 | /// DEPRECATED: use `isWhitespace`. |
| 308 | 308 | pub const isSpace = isWhitespace; |