RefCounted.opAssign

Assign to an lvalue RefCounted

  1. void opAssign(RefCounted other)
    struct RefCounted(Type, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
    void
    opAssign
    if (
    isAllocator!Allocator
    )
  2. void opAssign(RefCounted other)

Meta