SPtr.this

Copy another SPtr!(T, Allocator)

  1. this(typeof(null) )
  2. this(SPtr!(T, Allocator) rhs)
    struct SPtr(T, Allocator = Mallocator)
    @trusted
    this
    (
    ref SPtr!(T, Allocator) rhs
    )

Meta