Macro clip

Source
macro_rules! clip {
    ($a:expr, $bound:expr) => { ... };
    ($a:expr, $bound:expr, stream = $stream:expr) => { ... };
}
Expand description

Macro generated for the function crate::ops::clip. See the function documentation for more details.