Amount.toString - multiple declarations

Function Amount.toString

Pretty-print this value

void toString (
  scope @safe void delegate(in char[]) dg
) @safe const;

Function Amount.toString

Also support for Vibe.d serialization to JSON

string toString() @safe const;