Avatar
前に↓読んだときには値型だけ特別視されてた気がする。その頃はJavaについて調べてただけだったから、読み飛ばしたけど。 https://blogs.msdn.microsoft.com/ericlippert/2009/12/03/exact-rules-for-variance-validity/
I thought it might be interesting for you all to get a precise description of how exactly it is that we determine when it is legal to put “in” and “out” on a type parameter declaration in C# 4. I’m doing this here because (1) it’s of general interest, and (2) our attempt to make...
2:50 AM
@hironytic 値型自体は継承できませんが、 Swift でいう↓みたいなのを作ったときの話ですね。 struct Box<T> { let value: T }
2:50 AM
この T についての変性をどう扱うのかが気になってます。