Type Alias PolyFuncTypeRV

Source
pub type PolyFuncTypeRV = PolyFuncTypeBase<RowVariable>;
Expand description

The polymorphic type of an OpDef, whose number of input and outputs may vary according to how RowVariables therein are instantiated.

Aliased Typeยง

pub struct PolyFuncTypeRV { /* private fields */ }