const_ok_tuple

Function const_ok_tuple 

Source
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.