rewrite these as utility templates and implement as using df::coord = coord3d<int16_t>; using df::coord2 = coord2d<int16_t>;
will probably require codegen changes but as these types don't actually exist in DF it's not as intrusive as it might otherwise be
rewrite these as utility templates and implement as
using df::coord = coord3d<int16_t>; using df::coord2 = coord2d<int16_t>;will probably require codegen changes but as these types don't actually exist in DF it's not as intrusive as it might otherwise be