| author | |
| committer | |
| log | 227d2b15e449db1e84788d2c87e4f49100d316ca |
| tree | 95b6d1341652dd87d96abe7ecd2902131e4b0648 |
| parent | 19b43ee627286929d2eee51259fb397761a9de0a |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/ascii.zig+1-1| ... | @@ -177,7 +177,7 @@ pub fn isAscii(c: u8) bool { | ... | @@ -177,7 +177,7 @@ pub fn isAscii(c: u8) bool { |
| 177 | return c < 128; | 177 | return c < 128; |
| 178 | } | 178 | } |
| 179 | 179 | ||
| 180 | /// /// Deprecated: use `isAscii` | 180 | /// Deprecated: use `isAscii` |
| 181 | pub const isASCII = isAscii; | 181 | pub const isASCII = isAscii; |
| 182 | 182 | ||
| 183 | /// Uppercases the character and returns it as-is if already uppercase or not a letter. | 183 | /// Uppercases the character and returns it as-is if already uppercase or not a letter. |