UIntContext
data object UIntContext : Reification<UInt> , EuclideanSemiring<UInt> , ExtendedSemiring<UInt> , Order<UInt> , Hashing<UInt> (source)
Default Euclidean semiring for UInt type which values are seen as non-negative integers and where overflows are ignored. It also implements Reification, ExtendedSemiring, Order, and Hashing interfaces in the default understanding.
Such context is useless when used as is, but useful when used in generalised algorithms.
Functions
Link copied to clipboard
Link copied to clipboard
Subtracts this number and the other integer as elements of the ExtendedSemiring.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard