Round.event

Get the event a the node_id

class Round
@nogc pure inout
inout(Event)
event
(
const size_t node_id
)

Parameters

node_id size_t

node id number

Return Value

Type: inout(Event)

Event at the node_id

Meta