tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
Set.allocator
tanya
container
set
Set
struct
Set
(T, alias hasher = hash)
@
property
const
shared
(
Allocator
)
allocator
(
)
out (allocator) { assert (allocator !is null); }
if
(
isHashFunction
!(
hasher
,
T
)
)
Return Value
Type:
shared
(
Allocator
)
Used allocator.
Postcondition:
allocator !is null
Meta
Source
See Implementation
tanya
container
set
Set
aliases
ConstRange
Range
constructors
this
functions
clear
insert
opAssign
opBinaryRight
opIndex
rehash
remove
properties
allocator
bucketCount
capacity
empty
length
variables
maxBucketCount