phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
isSetOf.isSetOf
nxt
container
traits
isSetOf
Undocumented in source.
template
isSetOf
(T, E)
@
safe
enum
isSetOf
=
(
is
(
typeof
(
T.init.insert
(
E.init
))) &&
is
(
typeof
(
T.init.remove
(
E.init
))) &&
__traits
(
compiles
, ))
;
Meta
Source
See Source File
nxt
container
traits
isSetOf
manifest constants
isSetOf