collections ~master (2022-05-06T22:22:30.7373307)
Dub
Repo
AllocatorHandler.opCmpPrefix
stdx
collections
common
AllocatorHandler
Undocumented in source. Be warned that the author may not have intended to support it.
struct
AllocatorHandler
nothrow @
nogc
nothrow pure @
trusted
const
size_t
opCmpPrefix
(
string
op
T
)
(
const
T
[]
support
,
size_t
val
)
if
(
(
op
== "=="
)
||
(
op
== "<="
)
||
(
op
== "<"
)
||
(
op
== ">="
)
||
(
op
== ">"
)
)
Meta
Source
See Implementation
stdx
collections
common
AllocatorHandler
aliases
LocalAllocT
SharedAllocT
constructors
this
destructors
~this
functions
_allocate
_deallocate
_expand
allocate
bootstrap
deallocate
expand
getLocalAlloc
getSharedAlloc
isNull
isShared
opAssign
opCmpPrefix
opPrefix