flod ~step (2021-10-30T20:17:29.6642601)
Dub
Repo
sinkMethod.sinkMethod
flod
traits
sinkMethod
Undocumented in source. Be warned that the author may not have intended to support it.
alias
sinkMethod
=
peekSink
!(
Traits
!
S
.
SinkElementType
)
alias
sinkMethod
=
pullSink
!(
Traits
!
S
.
SinkElementType
)
alias
sinkMethod
=
allocSink
!(
Traits
!
S
.
SinkElementType
)
alias
sinkMethod
=
pushSink
!(
Traits
!
S
.
SinkElementType
)
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
Source
See Implementation
flod
traits
sinkMethod
aliases
sinkMethod