Observer!int o1 = DoneObserver!int.instance; Observer!int o2 = DoneObserver!int.instance; assert(o1 !is null); assert(o1 is o2);
See Implementation