1 day ago
https://issues.dlang.org/show_bug.cgi?id=24868

          Issue ID: 24868
           Summary: Undocumented cast from struct to static array
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody@puremagic.com
          Reporter: nick@geany.org

Casting a struct to a static array is shown in issue 6092 and issue 24866, but it doesn't appear in the spec: https://dlang.org/spec/expression.html#cast_expressions

PR incoming.

--