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