public static const MAX_VALUE as Long = 9_223_372_036_854_775_807l
The greatest value representable by a Long.
assert Long.MAX_VALUE == 9_223_372_036_854_775_807l