#pragma once namespace kel { /** * With this I technically could do code reduction in a cell step */ template struct Add {}; template struct Multiply {}; }