pub fn const_ok_tuple(
values: impl IntoIterator<Item = Value>,
ty_fail: impl Into<TypeRowRV>,
) -> Value
Expand description
A constant Either with a row of success values.
Alias for const_right_tuple
.
pub fn const_ok_tuple(
values: impl IntoIterator<Item = Value>,
ty_fail: impl Into<TypeRowRV>,
) -> Value
A constant Either with a row of success values.
Alias for const_right_tuple
.