pub fn const_ok_tuple(
values: impl IntoIterator<Item = Value>,
ty_fail: impl Into<TypeRowRV>,
) -> ValueExpand 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>,
) -> ValueA constant Either with a row of success values.
Alias for const_right_tuple.