Macro wgpu_types::strict_assert_eq
source · macro_rules! strict_assert_eq { ( $( $arg:tt )* ) => { ... }; }
Expand description
This is equivalent to std::assert_eq
if the strict_asserts
feature is activated, otherwise equal to std::debug_assert_eq