Map values that are close enough to the given Domain
to values that are truly acceptable.
This is used to map numeric()
values that are close to but outside the acceptable interval to the interval bounds.
It is also used to convert integer-valued numeric
values to integer
values for p_int()
.
domain_sanitize(param, values)
any
-- format depending on the Domain
.
(Domain
).
(any
) -- format depending on the Domain
.