SourceElementType.W

Undocumented in source.
template SourceElementType(size_t i, StageSeq...)
package
static if(!(!is(E == void)))
static if(!(i == StageSeq.length - 1))
alias W = SinkElementType!(StageSeq[i])

Meta