public static const MIN_VALUE as Long = -9_223_372_036_854_775_808l
The smallest value representable by a Long.
assert Long.MIN_VALUE == -9_223_372_036_854_775_808l