money.max

maximum amount depends on dec_places

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

Meta