Type Definition net_ensembles::watts_strogatz::WSGraph[][src]

pub type WSGraph<T> = GenericGraph<T, WSContainer<T>>;
Expand description