MostDerivedInputRange

Returns the interface type that best matches R.

template MostDerivedInputRange (
R
) if (
isInputRange!(Unqual!R)
) {}

Meta