https://issues.dlang.org/show_bug.cgi?id=19348
--- Comment #3 from Nick Treleaven <[email protected]> --- > No constructor at all seems to be called Sorry, that was wrong. Casting tries S(v) first, then for casting from struct or static array, it falls back to reinterpret casts. I'm making a PR to document this. --
