Tobias Grün
Tobias Grün
The History for regex is a very useful feature. However it would be even more useful if it saved the (last n) commands history (into a file?) so you wouldn't...
Cerealed seems to have no support for different byte orders. The library should clearly support both little and big endian.
The following Testcase fails at runtime: ``` D struct TestStruct { ubyte len; @ArrayLength("len") char[] foo; } auto decerealiser = Decerealiser([2, 1, 2]); // CerealException: "@ArrayLength of 2 units of...
This broken down testcase doesn't compile, as long there is a alias this. ``` D struct TestStruct { char[] txt; alias txt this; } auto decerealiser = Decerealiser([0, 2, 0x90,...