Inline aggregate types

Ethan Watson via Digitalmars-d digitalmars-d at puremagic.com
Mon Dec 5 04:32:44 PST 2016


On Monday, 5 December 2016 at 11:57:18 UTC, Guillaume Chatelet 
wrote:
> Do you plan on contributing this back to phobos? I also came 
> across this exact same problem.

It'll want to go through a few polish iterations before I even 
think of doing that; and it'll need support for things like 
toString/toHash/etc.

Another critical bit of functionality that std.bitmanip provides 
that I currently don't is a bit array. I also want to support 
statically sized bit arrays, Phobos only provides support for 
dynamically sized.


More information about the Digitalmars-d mailing list