On 15.12.2016 00:17, Andrej Mitrovic wrote:
ubyte[] readSomeBytes ( ) { return read(1024); } It's a non-trivial exercise for the reader to understand where the `read` symbol is coming from.
pragma(msg,fullyQualifiedName!read);
Timon Gehr via Digitalmars-d Wed, 14 Dec 2016 15:40:58 -0800
On 15.12.2016 00:17, Andrej Mitrovic wrote:
ubyte[] readSomeBytes ( ) { return read(1024); } It's a non-trivial exercise for the reader to understand where the `read` symbol is coming from.
pragma(msg,fullyQualifiedName!read);