Similar to [CBOLD's ^ operator](http://cbold.com/cbold/refman/con_prac_two_port.htm). Instead of: vcc << R(to=C(to=gnd)) We could have: vcc ^ R() ^ C() ^ gnd
Similar to CBOLD's ^ operator.
Instead of:
vcc << R(to=C(to=gnd))
We could have:
vcc ^ R() ^ C() ^ gnd