pub fn const_some_tuple(values: impl IntoIterator<Item = Value>) -> Value
A constant optional value with a row of values.
For single values, use const_some.
const_some
See option_type.
option_type