On Wednesday, 9 July 2014 at 04:50:39 UTC, Walter Bright wrote: > The question doesn't make sense. What is a ref counted int? From the typecons documentation: Example: // A pair of an $(D int) and a $(D size_t) - the latter being the // reference count - will be dynamically allocated auto rc1 = RefCounted!int(5); :-)