pub fn latest<T>(dat1: Datum<T>, dat2: Datum<T>) -> Datum<T>
Get the newer of two Datum objects.
Datum