Constant TAB
pub const TAB: char = '\u{9}'; // '\t'
Available on crate features
__ecma
and __utils
only.Expand description
U+0009 CHARACTER TABULATION, abbreviated <TAB>
.
pub const TAB: char = '\u{9}'; // '\t'
__ecma
and __utils
only.U+0009 CHARACTER TABULATION, abbreviated <TAB>
.