SourceElementType.SourceElementType

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

Meta