currency.max

maximum amount depends on dec_places

struct currency(string currency_name, int dec_places = 4, roundingMode rmode = roundingMode.HALF_UP)
static immutable
auto max = fromLong(long.max);

Meta