Skip to content

ASCIIAll

[Source]

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

primitive val ASCIIAll

Constructors

create

[Source]

new val create()
: ASCIIAll val^

Returns


Public Functions

apply

[Source]

fun box apply()
: String val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns