aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
InterfaceFilter.popFront
aermicioi
aedi
util
range
InterfaceFilter
Move to next element implementing interface.
struct
InterfaceFilter
(Range, Interface)
@
trusted
void
popFront
(
)
if
(
isForwardRange
!
Range
&&
(
is
(
ElementType
!
Range
== class) ||
is
(
ElementType
!
Range
== interface)
)
)
Meta
Source
See Implementation
aermicioi
aedi
util
range
InterfaceFilter
constructors
this
functions
empty
front
popFront
save
postblits
this(this)
Move to next element implementing interface.