Standard Librarylang std module lang::std::WhitespaceOn this pagemodule lang::std::Whitespacerascal-0.40.16Usageimport lang::std::Whitespace;syntax Whitespacelexical Whitespace = @synopsis{All the white space chars defined in Unicode 6.0} [\u0009-\u000D \u0020 \u0085 \u00A0 \u1680 \u180E \u2000-\u200A \u2028 \u2029 \u202F \u205F \u3000] ;