pub fn ordinal(id: &str) -> Option<u64>Expand description
The numeric ordinal an id ends in, whatever its prefix: TICK-38 is 38.
Allocation makes this a monotonic proxy for registration order, so it is
what recency ordering falls back to when timestamps tie. Ids that do not
end in -<digits> have none.