Skip to content

ASCIIAllWithNUL

[Source]

Represents all ASCII characters, including the NUL (\x00) character for its special treatment in C strings.

primitive val ASCIIAllWithNUL

Constructors

create

[Source]

new val create()
: ASCIIAllWithNUL val^

Returns


Public Functions

apply

[Source]

fun box apply()
: String val

Returns


eq

[Source]

fun box eq(
  that: ASCIIAllWithNUL val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: ASCIIAllWithNUL val)
: Bool val

Parameters

Returns