Node.update

Given a round-trip time observation for another node at other, updates the estimated position of this Coordinate.

struct Node(T, ushort window = 0)
nothrow @safe @nogc
void
update
(
const ref Node other
,
const double rtt
)

Meta