OpUnary

Wrap a unary operator overload.

struct OpUnary (
string _op
) if (
IsPyUnary(_op)
) {
enum op;
enum bool needs_shim;
}

Meta