There are many constant values that people might want to create in their projects that are 256 bit, 512 bit etc. Currently with DWord we can instantiate 128 bit values on 64 bit arch. It would be nice to be able to instantiate a const value for up to 512 bit regardless of the arch bits. Thoughts?