|
|
|
|
|
by PhilipRoman
1166 days ago
|
|
Presumably the issue is that a Readonly<Foo> shouldn't be a subtype of Foo I should note that I haven't yet had the pleasure of using a language that handles const-ness properly, as Readonly<T> should be neither a subtype nor a supertype of T |
|