const whitespace: [6]u8 = .{32, 9, 10, 13, 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