ParamSet.writeUnsigned

Converts n to decimal representation, writing to dst. dst must be long enough to hold the result. The result will be written to the end of dst, returning a slice to the valid content in dst.

class ParamSet
protected static
writeUnsigned
(,
ulong n
)
out (dec) { assert (!n); assert (&dec[$ - 1] is &dst[$ - 1]); }

Parameters

dst mstring

destination string

n ulong

number to convert to decimal representation

Return Value

Type: mstring

result (dst)

Meta