Type Definition cppn::cppn::CppnGraph [] [src]

type CppnGraph<N, L, EXTID> where
    N: CppnNodeType,
    L: Copy + Debug + Send + Sized + Into<f64>,
    EXTID: Copy + Debug + Send + Sized + Ord
= Network<N, L, EXTID>;