Round.add

Adds the even to round

class Round
package final pure nothrow
void
add
in (_events[event.node_id] is null, "Event at node_id " ~ event.node_id.to!string ~ " should only be added once")

Parameters

event Event

the event to be added