[][src]Function kurobako_core::parameter::choices

pub fn choices<I, C>(name: &str, choices: I) -> ParamDomain where
    I: IntoIterator<Item = C>,
    C: Display