#include "raw_code.h" uint64_t RawCode::unwrap() const { // get raw uint64_t code return code; }