increment method

HLC increment()

Produces the next, local clock.

Implementation

HLC increment() {
  return copy(count: count + 1);
}