concurrency ~master (2022-01-07T14:23:47Z)
Dub
Repo
SlideStreamOp.SlideStreamOp
concurrency
stream
slide
SlideStreamOp
Undocumented in source.
template
SlideStreamOp
(Stream)
struct
SlideStreamOp (
Receiver
) {
alias
Op
=
OpType
!(
Properties
.
Sender
,
Receiver
)
;
size_t
window
;
size_t
step
;
Properties
.
ElementType
[]
arr
;
DG
dg
;
Op
op
;
this
(typeof(this) rhs);
this(this)
;
this
(Stream stream, size_t window, size_t step, DG dg, Receiver receiver);
void
item
(Properties.ElementType t);
void
start
();
}
Constructors
this
this
(typeof(this) rhs)
Undocumented in source.
this
this
(Stream stream, size_t window, size_t step, DG dg, Receiver receiver)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Aliases
Op
alias
Op
=
OpType
!(
Properties
.
Sender
,
Receiver
)
Undocumented in source.
Functions
item
void
item
(Properties.ElementType t)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void
start
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
arr
Properties
.
ElementType
[]
arr
;
Undocumented in source.
dg
DG
dg
;
Undocumented in source.
op
Op
op
;
step
size_t
step
;
Undocumented in source.
window
size_t
window
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
stream
slide
SlideStreamOp
aliases
DG
Properties
structs
SlideStreamOp