Function Height.opBinaryAssign

Allow to offset an height by a fixed number

ref Height opBinaryAssign(string op : "+=") (
  ulong offset
);