ASCIIAll¶
represents all ASCII characters excluding the NUL (\x00) character for its special treatment in C strings
primitive val ASCIIAll
Constructors¶
create¶
new val create()
: ASCIIAll val^
Returns¶
- ASCIIAll val^
Public Functions¶
apply¶
fun box apply()
: String val
Returns¶
- String val
eq¶
fun box eq(
that: ASCIIAll val)
: Bool val
Parameters¶
- that: ASCIIAll val
Returns¶
- Bool val
ne¶
fun box ne(
that: ASCIIAll val)
: Bool val
Parameters¶
- that: ASCIIAll val
Returns¶
- Bool val