Skip to main content

at_least_3d

Macro at_least_3d 

Source
macro_rules! at_least_3d {
    ($a:expr) => { ... };
    ($a:expr, stream = $stream:expr) => { ... };
}
👎Deprecated since 0.26.0:

use with_stream or with_device around at_least_3d

Expand description

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