On Thursday, 8 October 2015 at 16:17:49 UTC, bitwise wrote:
Classes are inherently reference types given their semantics.

Incorrect.

Inaccurate maybe, but something that has an identity is not a value type. Value types are by definition identity-less. The type system of C/C++/D doesn't really provide guarantees needed to have proper value types.

Reply via email to