Files
Nim/lib/system
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
..
2014-10-25 22:01:23 +02:00
2014-12-17 23:21:15 +01:00
2015-02-15 16:20:32 +00:00
2015-01-06 15:26:33 +01:00
2014-10-25 22:01:23 +02:00
2014-08-23 00:58:04 +02:00
2015-02-15 16:20:32 +00:00
2015-01-06 15:26:33 +01:00
2014-08-31 11:40:25 +02:00
2015-01-06 15:26:33 +01:00
2015-02-15 16:20:32 +00:00
2014-08-31 11:40:25 +02:00
2015-02-15 16:20:32 +00:00
2015-02-15 16:20:32 +00:00
2015-02-15 16:06:06 +00:00
2015-01-06 15:26:33 +01:00
2015-02-15 16:20:32 +00:00
2015-01-06 15:26:33 +01:00
2015-01-23 23:18:20 +01:00
2015-02-12 14:56:56 +01:00
2014-08-22 23:54:26 +02:00
2014-08-22 23:54:26 +02:00
2015-01-06 15:26:33 +01:00
2015-02-13 01:51:46 +01:00
2014-08-22 23:54:26 +02:00
2014-08-22 23:54:26 +02:00