gsl_sys

Type Alias gsl_combination

Source
pub type gsl_combination = gsl_combination_struct;

Aliased Type§

struct gsl_combination {
    pub n: usize,
    pub k: usize,
    pub data: *mut usize,
}

Fields§

§n: usize§k: usize§data: *mut usize