tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
isOutputRange.ET
tanya
range
primitive
isOutputRange
Undocumented in source.
template
isOutputRange
(R, E)
static if
(!(
is(typeof((R r, E e) => put(r, e)))
))
static if
(
isInputRange!E
)
alias
ET
=
ElementType
!
E
Meta
Source
See Implementation
tanya
range
primitive
isOutputRange
aliases
ET
variables
isOutputRange