Files
avo/build
Michael McLoughlin 138eaf8dc3 reg: rename Bytes() to Size() (#74)
It was pointed out #73 that Bytes() is a poor name for the size of the register in bytes. In idiomatic Go you would probably expect a Bytes() method to return []byte.

This diff changes the Bytes() to Size(). As a result the Size type also needed to be renamed, and Width seemed a reasonable choice.

Fixes #73
2019-04-01 20:27:44 -07:00
..
2019-01-06 21:03:59 -08:00
2019-01-06 13:32:09 -08:00
2019-01-06 13:52:37 -08:00
2019-01-06 13:53:57 -08:00
2019-04-01 20:27:44 -07:00