Function enforce_pow2
fn enforce_pow2<#uint V, #uint O>()
where
O == - 1,
O == ,Expand
Really hacky way to enforce that a compile time value is a power of 2.
fn enforce_pow2<#uint V, #uint O>()
where
O == - 1,
O == ,Really hacky way to enforce that a compile time value is a power of 2.