localrest ~master (2021-10-28T01:25:59.6657145)
Dub
Repo
DataNode
One_To_Many
Undocumented in source.
final
class
DataNode : DataAPI!T(
T
) {
ulong
receive
(T value);
T
forward
(T value);
}
Members
Functions
forward
T
forward
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ulong
receive
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
One_To_Many
aliases
StringAPI
StringNode
WordAPI
WordNode
classes
DataNode
functions
runTest
interfaces
DataAPI