dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
Unique.construct
automem
unique
Unique
Factory method so can construct with zero args.
typeof
(
this
)
construct
(Args args)
struct
Unique
(UniqueType, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
static
static if
(
isGlobal
)
typeof
(this)
construct
(
Args
...
)
(
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
typeof
(
this
)
construct
(Allocator allocator, Args args)
Meta
Source
See Implementation
automem
unique
Unique
aliases
Pointer
Type
get
constructors
this
destructors
~this
functions
allocator
borrow
opAssign
opCast
release
unique
manifest constants
isGlobal
isSingleton
isTheAllocator
mixins
__anonymous
postblits
this(this)
static functions
construct
Factory method so can construct with zero args.