Module bitcoin_internals::const_tools
source · Expand description
Contains tools (workarounds) to make implementing const fn
s easier.
Macros§
- Concatenates two byte slices or byte arrays (or combination) to a single array.
- Enables const fn in specified Rust version
- Copies first
$len
bytes from$slice
and returns them as an array.