'bitshift-right': {
        type: 'calc2',
        func: (a, b) => a >> b,
        io: {
            in: ['left', 'right'],