whitespace
Whitespace for general use.
This may be used with e.g. std.mem.trim to trim whitespace.
See also: isWhitespace
Source
Implementation
pub const whitespace = [_]u8{ ' ', '\t', '\n', '\r', control_code.vt, control_code.ff }Whitespace for general use.
This may be used with e.g. std.mem.trim to trim whitespace.
See also: isWhitespace
Source
pub const whitespace = [_]u8{ ' ', '\t', '\n', '\r', control_code.vt, control_code.ff }