dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Queue.Item
my
actor
common
Queue
Undocumented in source.
struct
Queue
(RawT)
static
struct
Item (
TT
) {
~this
();
T
get
();
TT
unsafeMove
();
}
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
get
T
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
unsafeMove
TT
unsafeMove
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
my
actor
common
Queue
aliases
PopReturnType
T
constructors
this
functions
empty
length
pop
put
teardown
manifest constants
AsPointer
postblits
this(this)
structs
Item