phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SetIntersection.front
std
algorithm
setops
SetIntersection
struct
SetIntersection
(alias less = "a < b", Rs...)
@
property
ElementType
front
(
)
if
(
Rs.length
>= 2 &&
allSatisfy
!(
isInputRange
,
Rs
)
&&
!
is
(
CommonType
!(
staticMap
!(
ElementType
,
Rs
)) ==
void
)
)
Meta
Source
See Implementation
std
algorithm
setops
SetIntersection
constructors
this
functions
popFront
properties
empty
front
save