operator [] method
- int index
Gets a single bit of this port at the specified index.
This is equivalent to calling slice(index, index).
Implementation
PortReference operator [](int index) => slice(index, index);
Gets a single bit of this port at the specified index.
This is equivalent to calling slice(index, index).
PortReference operator [](int index) => slice(index, index);