Is there a technical reason for it I don't recognise?
unittest {
auto b = new Buffer;
clear(b); // Wouldn't b.clear() be nicer?
}
Thomas
Is there a technical reason for it I don't recognise?
unittest {
auto b = new Buffer;
clear(b); // Wouldn't b.clear() be nicer?
}
Thomas