Subject: | Add more overloading for other operators |
Sub::Infix could overload other operators, in my testing the following work (and are not unpleasant characters for :
Also currently possible with Sub::Infix but might be worth explicitly documenting:
- %infix%
- +infix+
- *infix*
- **infix**
Also currently possible with Sub::Infix but might be worth explicitly documenting:
- Adding global operators with control characters, punctuation and numbers but which require the & before them when used (<<&1>>, /&*/)
- Putting named operators into namespaces: <<String::concat>>, <<Array::push>>, |Method::1|