|
|
|
|
|
by ohnoes2016
3533 days ago
|
|
> For value types that's not a problem because they don't support subclassing anyway. Could you please provide a reference for this?
Even a broad one like "a post on the Valhalla mailing list during the past summer" would be very welcome. I'm eagerly awaiting for this feature and not being able to extend user-defined value types would be a bummer. |
|
[1]: For example, if B is a subclass of the value type A, what do you think would happen when you store a value of type B in an array of type A?