The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
OpenHashSet.opSlice
containers
openhashset
OpenHashSet
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
nothrow pure @
nogc
@
safe
auto
opSlice
(
this
This
)
(
)
Return Value
Type:
auto
A range over the set.
Meta
Source
See Implementation
containers
openhashset
OpenHashSet
aliases
insertAnywhere
put
constructors
this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove
postblits
this(this)