Closed dignifiedquire closed 2 months ago
nevermind this is given by pin.remotes
, I was confused
actually it isn't, as that only gives me that info on per output basis
Searching through all wires is intended way to do it right now.
I can add dedicated methods, but they will do it same way. However they might be optimized someday.
Hey thanks for the cool library! I am trying to count the number of currently connected outputs on a single node, could only come up with this so far
but this is quite expensive as I have to iterate over all wires. Is there a way to do this I am not seeing?