containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
OpenHashSet.range
containers
openhashset
OpenHashSet
auto
range
()
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
nothrow pure @
nogc
@
safe
auto
range
(
this
This
)
(
)
alias
opSlice
=
range
Return Value
Type:
auto
A range over the set.
Meta
Source
See Implementation
containers
openhashset
OpenHashSet
aliases
opSlice
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
range
remove
postblits
this(this)