Skip to main content

while_select

Macro while_select 

Source
macro_rules! while_select {
    (biased; $($tokens:tt)*) => { ... };
    ($($tokens:tt)*) => { ... };
}