Modes.Contended
type ('a : value_or_null) t = {
contended : 'a;
}
Wraps values in the contended mode, even in an uncontended context.
contended
uncontended