fn black_box_function_from_op(op: &BlackBoxOp) -> BlackBoxFuncExpand description
Maps a [BlackBoxOp] variant to its corresponding [BlackBoxFunc]. Used primarily for error reporting and resolution purposes.
ยงPanics
If called with a [BlackBoxOp::ToRadix] operation, which is not part of the [BlackBoxFunc] enum.