MpQ.toChars

Convert in base base into chars of length length.

struct MpQ
pure nothrow const @system @nogc
char[]
toChars
(
in uint base = defaultBase
,
in bool upperCaseDigits = false
)

Return Value

Type: char[]

char[] which must be freed manually with pureFree.

Meta