- There are add_int8 and add_byte, but no read_byte.
- The implementation of add_int8 and add_byte are copies. If we should keep two methods (I'm not convinced), we could make the method registration point to the same C function instead.
Martin Nilsson (Opera Mini - AFK!) @ Pike (-) developers forum Wed, 17 Sep 2014 02:09:27 -0700
- There are add_int8 and add_byte, but no read_byte.
- The implementation of add_int8 and add_byte are copies. If we should keep two methods (I'm not convinced), we could make the method registration point to the same C function instead.