Request for Features/Ideas: A std.archive package
Liam McSherry via Digitalmars-d
digitalmars-d at puremagic.com
Mon May 25 03:48:26 PDT 2015
On Monday, 25 May 2015 at 03:33:37 UTC, Rikki Cattermole wrote:
> Anyway, take a look at e.g. IWritableCapsuleArchive.
> There is a LOT more whitespace needed to be added in that file.
Could you elaborate?
Functions/etc in the interfaces are grouped by purpose
(opIndexAssign/opSliceAssign are grouped because they're related
operators; fileName and lastModifed because they're both bits of
metadata; put and save because they're both range interface
functions).
More information about the Digitalmars-d
mailing list