Constant whitespace [src]

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 }