RefCounted.opAssign

Assign to an rvalue RefCounted

  1. void opAssign(RefCounted other)
  2. void opAssign(RefCounted other)
    struct RefCounted(RefCountedType, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
    void
    opAssign
    if (
    isAllocator!Allocator
    )

Meta