Skip to main content

exactly

Function exactly 

Source
pub fn exactly<T: 'static>(count: usize, place: &Place<T>) -> In
Expand description

Consume exactly N tokens from the place.

ยงPanics

Panics if count is less than 1.