pcbdl
pcbdl copied to clipboard
^ Carrot/series operator tests
Similar to CBOLD's ^ operator.
Instead of: vcc << R(to=C(to=gnd)) We could have: vcc ^ R() ^ C() ^ gnd
Yes! ^ nomenclature is more clear and less complex.
This is done. Should probably write some tests though.