frontOr

Get the first element of a range or return the second args

frontOr
(
T
El
)
if (
isInputRange!T &&
is(El == ElementType!T)
)

Meta