Console.write

void write(overload char value)

Writes a character to standard output.

overload char
value
void write(overload const char[] value)

Writes text to standard output.

overload const char[]
value
void write(overload string value)

Writes text to standard output.

overload string
value
void write(overload bool value)

Writes a boolean value to standard output.

overload bool
value
void write(overload byte value)

Writes an unsigned 8-bit integer value to standard output.

overload byte
value
void write(overload sbyte value)

Writes a signed 8-bit integer value to standard output.

overload sbyte
value
void write(overload ushort value)

Writes an unsigned 16-bit integer value to standard output.

overload ushort
value
void write(overload short value)

Writes a signed 16-bit integer value to standard output.

overload short
value
void write(overload uint value)

Writes an unsigned 32-bit integer value to standard output.

overload uint
value
void write(overload int value)

Writes a signed 32-bit integer value to standard output.

overload int
value
void write(overload ulong value)

Writes an unsigned 64-bit integer value to standard output.

overload ulong
value
void write(overload long value)

Writes a signed 64-bit integer value to standard output.

overload long
value
void write(overload nuint value)

Writes an unsigned native-size integer value to standard output.

overload nuint
value
void write(overload nint value)

Writes a signed native-size integer value to standard output.

overload nint
value

Generated with campc v0.6.0-preview.1+4dde68eca4014e9b19e7d7ad0fdae6b2036be640.