Skip to main content

with_numerics

Function with_numerics 

Source
pub fn with_numerics<T>(n: WireNumerics, f: impl FnOnce() -> T) -> T
Expand description

Encode integer arrays under n for the duration of f. Scoped — never leaks.