On Sunday, 22 September 2024 at 12:59:04 UTC, Steven Schveighoffer wrote: > The chances that `T.sizeof > int.max` is near zero. Code with `T.sizeof > uint.max` would not even compile: https://issues.dlang.org/show_bug.cgi?id=21995 Issue 21995 - Struct with size uint.max or greater causes ICE