Files
Nim/lib
def ecfaab68f1 Make readBytes and writeBytes work with uint8
So far only openarray[int8] worked. Now it's openarray[int8|uint8]. This
should make sense, since uint8 is comfortable to represent a byte
(0-255) and there is already type byte* = uint8 in system.
2015-02-18 21:13:01 +01:00
..
2015-02-15 16:20:32 +00:00
2014-10-05 03:06:19 +02:00
2015-02-15 16:20:32 +00:00
2015-02-13 01:39:20 +01:00
2015-02-17 02:22:30 +01:00
2013-03-16 23:53:07 +01:00
2015-02-08 13:38:04 +01:00
2014-08-28 09:50:51 +02:00
2014-08-28 09:59:26 +02:00