[][src]Macro argmin::prelude::check_param

macro_rules! check_param {
    ( $ param : expr , $ msg : expr , $ error : ident ) => { ... };
    ( $ param : expr , $ msg : expr ) => { ... };
}

Release an T from an Option<T> if it is not None. If it is None, return an ArgminError with a message that needs to be provided.