logo
pub trait NbodyApi<N: Nbody> {
    fn nbody(self, no: &mut N) -> Self;
}
Expand description

Make nbody queries

Required Methods

Implementors