Closed mkroening closed 7 months ago
With this PR you can find PortRead::read_from_port and PortWrite::write_to_port via in{,b,w,l} and out{,b,w,l} respectively.
PortRead::read_from_port
PortWrite::write_to_port
in{,b,w,l}
out{,b,w,l}
Shouldn't we rather add the aliases to Port::read and Port::write though since those are the methods users are most likely to use?
Port::read
Port::write
Good point! I changed it. 👍
With this PR you can find
PortRead::read_from_port
andPortWrite::write_to_port
viain{,b,w,l}
andout{,b,w,l}
respectively.