We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5e12e commit 33ce180Copy full SHA for 33ce180
misc/bio.d
@@ -33,7 +33,7 @@ public:
33
_fp = null;
34
}
35
36
- this(string fn = "-", int buf_size = 16384) { this.open(fn, buf_size); }
+ this(string fn, int buf_size = 16384) { this.open(fn, buf_size); }
37
this() { eof = true; _fp = null; }
38
~this() { this.close(); }
39
int readto(ref ubyte[] dat, ubyte delimiter = '\n', bool append = false) {
0 commit comments