Skip to main content

choice

Macro choice 

Source
macro_rules! choice {
    ($rng:expr, $weights:expr, $items:expr) => { ... };
}