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