RFC: Self
in type definitions allowing enum List<T> { Nil, Cons(T, Box<Self>) }
#2300
+729
−0