On Fri, 18 Apr 2014 00:05:03 -0400, Kagamin <[email protected]> wrote:
Well, it's proof of concept of bound checked variable-size struct, I wrote it in a minute. It even compiles and runs.
Please take no offense :) I just was pointing out a difference between a hand-managed and hand-written struct that I might have written and the one that you created. Depending on usage, yours might be sufficient.
Note, you could probably, with mixin magic, make a version that could be emplaced inside a struct or class without an extra indirection.
-Steve
