Shared.this

Undocumented in source.
  1. this(AllocatorWrapperOf!AllocT alloc)
  2. this(T value, AllocatorWrapperOf!AllocT alloc)
    struct Shared(alias T, alias AllocT = SystemAllocator)
    @nogc nothrow
    this
    ()
    (
    auto ref T value
    ,
    AllocatorWrapperOf!AllocT alloc = AllocatorWrapperOf!AllocT.init
    )
  3. this(typeof(this) copy)

Meta