yes, would not be a problem with a hierarchy like ...
# announcements
d
yes, would not be a problem with a hierarchy like this:
Copy code
interface List<T>
interface MutableList<T> : List<T>
interface ImmutableList<T> : List<T>