mirror of https://github.com/adamdruppe/arsd.git
some dip thing
This commit is contained in:
parent
a0202a01df
commit
a487424f1d
2
cgi.d
2
cgi.d
|
@ -7364,7 +7364,7 @@ unittest {
|
||||||
}, 56674);
|
}, 56674);
|
||||||
ubyte[1000] buffer;
|
ubyte[1000] buffer;
|
||||||
int bufferPoint;
|
int bufferPoint;
|
||||||
void add(ubyte[] b) {
|
void add(scope ubyte[] b) {
|
||||||
buffer[bufferPoint .. bufferPoint + b.length] = b[];
|
buffer[bufferPoint .. bufferPoint + b.length] = b[];
|
||||||
bufferPoint += b.length;
|
bufferPoint += b.length;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue