Function const_left_tuple

Source
pub fn const_left_tuple(
    values: impl IntoIterator<Item = Value>,
    ty_right: impl Into<TypeRowRV>,
) -> Value
Expand description

A constant Either value with a row of left values.

In fallible computations, this represents a failure.

See either_type.