phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
MostDerivedInputRange
std
range
interfaces
Returns the interface type that best matches
R
.
template
MostDerivedInputRange (
R
)
if
(
isInputRange
!(
Unqual
!
R
)
) {}
Meta
Source
See Implementation
std
range
interfaces
classes
OutputRangeObject
UnsupportedRangeMethod
functions
inputRangeObject
interfaces
BidirectionalAssignable
BidirectionalRange
ForwardAssignable
ForwardRange
InputAssignable
InputRange
OutputRange
RandomAccessFinite
RandomAccessInfinite
RandomFiniteAssignable
templates
InputRangeObject
MostDerivedInputRange
outputRangeObject
Returns the interface type that best matches R.