astring

Null-terminated narrow string.

Instance members

bool

Returns true when the text ends with an ASCII character.

nint
indexOf(...)
overload

Finds the first matching ASCII character.

prep achar[]

Joins ASCII strings with an optional separator.

nint

Finds the last matching ASCII character.

bool

Returns true when the text starts with an ASCII character.

prep achar[]
prep achar[]

Copies the text to lowercase ASCII text.

prep char[]

Converts ASCII text to UTF-8 text.

prep achar[]

Copies the text to uppercase ASCII text.

prep wchar[]

Converts ASCII text to UTF-16 text.

scoped const achar[]

Returns a view with leading and trailing ASCII whitespace removed.

scoped const achar[]

Returns a view with trailing ASCII whitespace removed.

scoped const achar[]

Returns a view with leading ASCII whitespace removed.

Generated with campc 0.12.0-preview.1.