tanya v0.19.0 (2023-09-25T16:35:33Z)
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