makeSet

Creates a new empty Set.

nothrow @nogc
Set!(K, less)
makeSet
(
K
alias less = "a < b"
bool allowDuplicates = false
)
()

Meta