public int CompareTo(IByteBuffer that) => ByteBufferUtil.Compare(this, that);
 public int CompareTo(IByteBuffer buffer) => ByteBufferUtil.Compare(this, buffer);