class Primitive<T> { Primitive(this.value); T value; }