Expand description

Roman literals with explicit types.

This module exports a constant for every combination of a Roman literal and an integral type.

All numbers from I to MMMCMXCIX (1 to 3999) are available, in each of the following types:

except for types that are not large enough to fit the number.

NOTE: only the constants I through XX are shown in the documentation, to prevent the documentation from getting too large. The rest of the constants (XXI to MMMCMXCIX) are #[doc(hidden)].

Constants