automem v0.1.0 (2018-02-08T17:02:27Z)
Dub
Repo
RefCounted.opSlice
automem
ref_counted
RefCounted
Undocumented in source. Be warned that the author may not have intended to support it.
struct
RefCounted
(Type, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
ref
auto ref
opSlice
(
A
...
)
(
auto
ref
A
args
)
if
(
__traits(
compiles
,
Type.init.opSlice
(
args
))
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
ref_counted
RefCounted
constructors
this
destructors
~this
functions
opAssign
opIndex
opIndexAssign
opSlice
opUnary
manifest constants
isGlobal
isSingleton
isTheAllocator
postblits
this(this)
static functions
construct
variables
_impl