hashCode 属性

int hashCode
重写

Pointer 的哈希码仅取决于其地址。

实现方式

int get hashCode {
  return address.hashCode;
}