Type Alias ddo::DefaultMDD

source ·
pub type DefaultMDD<T> = DefaultMDDLEL<T>;
Expand description

By default, the mdd implementation which you will want to use is the vector based implementation. In most cases, it is faster than everything else I have tried. So having a alias calling it the “default” DD implementation seems to make sense.

Aliased Type§

struct DefaultMDD<T> { /* private fields */ }