On Friday, 18 April 2014 at 13:10:28 UTC, Steven Schveighoffer
wrote:
Note, you could probably, with mixin magic, make a version that
could be emplaced inside a struct or class without an extra
indirection.
Speaking about mixin magic, you probably suggest to do it overly
generically, though it seems, use cases for variable size structs
are specialized, specialized code and specialized data
structures, so I suspect specialized approach will be more
productive, intuitive, understandable, simple and straightforward
for such tasks, generic approach is probably inadequate here. But
if you can do it, you can try.
- Re:... Dicebot via Digitalmars-d-learn
- Re:... Kagamin via Digitalmars-d-learn
- Re:... John Colvin via Digitalmars-d-learn
- Re:... Kagamin via Digitalmars-d-learn
- Re:... Steven Schveighoffer via Digitalmars-d-learn
- Re:... Kagamin via Digitalmars-d-learn
- Re:... Steven Schveighoffer via Digitalmars-d-learn
- Re:... Kagamin via Digitalmars-d-learn
- Re:... Steven Schveighoffer via Digitalmars-d-learn
- Re:... Kagamin via Digitalmars-d-learn
- Re:... Kagamin via Digitalmars-d-learn
- Re:... John Colvin via Digitalmars-d-learn
- Re: Dynamically Sized St... Kagamin via Digitalmars-d-learn
- Re: Dynamically Sized Structs Rene Zwanenburg