Punctuator macros can't be defined as non-recursive let macros
Created by: natefaubion
I know it looks silly to do let ^ = macro { ... }
, but without it you can't overload it as a macro and have a fallback to the original operator.
Created by: natefaubion
I know it looks silly to do let ^ = macro { ... }
, but without it you can't overload it as a macro and have a fallback to the original operator.