I'm getting an unhelpful linker error, what've I got wrong?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 28 09:16:28 PDT 2015


     streamint writebuffer(in ubyte[] buffer);
     final streamint writebuffer(T)(in T* buffer, in streamint 
count){
         return this.writebuffer(cast(ubyte[])buffer[0..count]);
     }


More information about the Digitalmars-d-learn mailing list