hashCode 属性

int hashCode
override

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

实现

int get hashCode {
  return address.hashCode;
}