You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define when casting a runtime array is safe.
Pointer slicing isn't safe.
Union operations on fields with safe types can be safe.
Bool union field is not safe (https://issues.dlang.org/show_bug.cgi?id=24477).
Assembler is OK if marked `@trusted`.
Casting immutable is OK for basic data types.
Casting immutable/shared can be OK if opCast defined.
Bool void initialization is not safe (https://issues.dlang.org/show_bug.cgi?id=20148).
0 commit comments