Storing Layout
for Reflect
types
#17498
Labels
A-Reflection
Runtime information about types
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
It allows for lower level manipulation, working with custom allocators in the context of dynamic types etc.
What solution would you like?
Something along the lines of:
Or:
Maybe
Optional<Layout>
instead if this is too restrictiveWhat alternative(s) have you considered?
TypeData
but it requires registering it for all foreign types as well, not really tractableSized
bound toReflect
but not sure if that's possibleAdditional context
N/A
The text was updated successfully, but these errors were encountered: