bool_traits
bool_traits
Use boolean expressions as trait bounds.
Examples
use *;
where
: N <= 4 }>,
// this compiles:
let array = ;
// this does not:
let array = ;
bool_traits
Use boolean expressions as trait bounds.
use *;
where
: N <= 4 }>,
// this compiles:
let array = ;
// this does not:
let array = ;