Type Alias Roots

Source
pub type Roots<T> = Vec<Complex<T>>;

Aliased Typeยง

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