jin-go ~master (2021-09-05T12:06:54Z)
Dub
Repo
Input.opApply
jin
go
input
Input
Iterates over all messages.
struct
Input
(Message)
int
opApply
(
int
delegate
(
Message
)
proceed
)
Examples
foreach(msg : chan) {...}
Meta
Source
See Implementation
jin
go
input
Input
aliases
Complement
destructors
~this
functions
empty
front
next
opApply
opSlice
pending
popFront
mixins
__anonymous
Iterates over all messages.