ReusableExceptionImplementation.append

Appends an integer to mutable exception message

Does not cause any appenditional allocations

  1. typeof(this) append(cstring msg)
  2. typeof(this) append(long num, bool hex)
    template ReusableExceptionImplementation()
    typeof(this)
    append
    (
    long num
    ,
    bool hex = false
    )

Parameters

num long

number to be formatted

hex bool

optional, indicates that value needs to be formatted as hex

Return Value

Type: typeof(this)

this instance

Meta