dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
HashMap.dup
dstruct
map
HashMap
Copy an existing map into a new mutable map.
struct
HashMap
(K, V)
@
safe
pure nothrow
HashMap
!(
K
,
V
)
dup
const
(
)
if
(
isAssignmentCopyable
!(
Unqual
!
K
) &&
isAssignmentCopyable
!(
Unqual
!
V
)
)
Return Value
Type:
HashMap
!(
K
,
V
)
The fresh copy of the map.
Meta
Source
See Implementation
dstruct
map
HashMap
constructors
this
functions
dup
get
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
remove
setDefault
properties
empty
length
Copy an existing map into a new mutable map.