inline constexpr char _Charconv_digits[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o ...
Most compilers include annotations on nodes to give hints to the optimisation passes or keep some context downstream. In HUGR each node has a key/value metadata map intended to support these. Metadata ...