sinkMethod.sinkMethod

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias sinkMethod = peekSink!(Traits!S.SinkElementType)
  2. alias sinkMethod = pullSink!(Traits!S.SinkElementType)
  3. alias sinkMethod = allocSink!(Traits!S.SinkElementType)
  4. alias sinkMethod = pushSink!(Traits!S.SinkElementType)
  5. bool sinkMethod()
    template sinkMethod(alias S)
    static if(!(isPeekSink!S))
    static if(!(isPullSink!S))
    static if(!(isAllocSink!S))
    static if(!(isPushSink!S))
    bool
    sinkMethod
    ()

Meta