phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SetSymmetricDifference.this
std
algorithm
setops
SetSymmetricDifference
struct
SetSymmetricDifference
(alias less = "a < b", R1, R2)
this
(
R1
r1
,
R2
r2
)
if
(
isInputRange
!(
R1
) &&
isInputRange
!(
R2
)
)
Meta
Source
See Implementation
std
algorithm
setops
SetSymmetricDifference
constructors
this
functions
opSlice
popFront
properties
empty
front
save