libm::math

Macro i

source
macro_rules! i {
    ($array:expr, $index:expr) => { ... };
    ($array:expr, $index:expr, = , $rhs:expr) => { ... };
    ($array:expr, $index:expr, -= , $rhs:expr) => { ... };
    ($array:expr, $index:expr, += , $rhs:expr) => { ... };
    ($array:expr, $index:expr, &= , $rhs:expr) => { ... };
    ($array:expr, $index:expr, == , $rhs:expr) => { ... };
}