Type Alias apow_t

Source
pub type apow_t = apow;

Aliased Type§

struct apow_t {
    pub k: u64,
    pub ak: u64,
}

Fields§

§k: u64§ak: u64