Type Alias exmex::FlatExVal

source ·
pub type FlatExVal<I, F> = FlatEx<Val<I, F>, ValOpsFactory<I, F>, ValMatcher>;
Expand description

feature = "value" - Alias for FlatEx with Val as data type and ValOpsFactory as operator factory.

Aliased Type§

struct FlatExVal<I, F> { /* private fields */ }