convert *void to void[]

gabrielsylar noreply at email.com
Wed May 6 01:17:47 PDT 2009


can anybody please tell me how to properly convert from void* to void[]
as the code below?

void[] get_bytes(int n) { return sqlite3_column_blob(stmt, n); }


More information about the Digitalmars-d-learn mailing list