flod ~step (2021-10-30T20:17:29.6642601)
Dub
Repo
AllocSink
flod
traits
Undocumented in source.
struct
AllocSink (
E
) {
bool
alloc
(E[] buf, size_t n);
void
consume
(size_t n);
enum
methodStr
;
}
Members
Functions
alloc
bool
alloc
(E[] buf, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
consume
void
consume
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
methodStr
enum
methodStr
;
Undocumented in source.
Meta
Source
See Implementation
flod
traits
enums
allocSink
allocSource
areCompatible
isActiveSink
isActiveSource
isAllocSink
isAllocSource
isPassiveSink
isPassiveSource
isPeekSink
isPeekSource
isPullSink
isPullSource
isPushSink
isPushSource
isSink
isSource
peekSink
peekSource
pullSink
pullSource
pushSink
pushSource
functions
check
mixin templates
TestScheduler
structs
AllocSink
AllocSource
PeekSink
PeekSource
PullSink
PullSource
PushSink
PushSource
templates
Traits
sinkMethod
sourceMethod