It may be necessary to add nullable types such as `double?`, `int?`, `int64?` to `Hashable` type
Now it's necessary to let the function get_hash_func_for
work for nullable types such as double?
, int?
, int64?
. Also, it may be necessary to add it to Comparable
.
Edited by Zhou Qiankang