deranged
0.3.11
Macro
deranged
::
if_unsigned
Copy item path
source
ยท
[
−
]
macro_rules!
if_unsigned { (
true
$(
$x
:tt)
*
) => { ... }; (
false
$(
$x
:tt)
*
) => { ... }; }