Type Alias UstrDiscreteTabModel

Source
pub type UstrDiscreteTabModel = DiscreteTabModel<Ustr, Ustr, BuildHasherDefault<IdentityHasher>>;
Expand description

A model of a discrete tabulator theory where both theory and model have keys of type Ustr.

Aliased Typeยง

struct UstrDiscreteTabModel { /* private fields */ }