On Wednesday, 28 February 2018 at 20:07:50 UTC, Steven Schveighoffer wrote: > auto x = cast(Object)((cast(size_t *)null) + 1); Is this preferred performance-wise over `cast(void*)(size_t.max)`?