You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to make type CellMap convertible with Int128 directly, with ability to operate with all members supported by normal integer types.
The basic way is to implement IBinaryInteger<CellMap> and its derived interface types.
The text was updated successfully, but these errors were encountered:
The goal of this issue is to make type
CellMap
convertible withInt128
directly, with ability to operate with all members supported by normal integer types.The basic way is to implement
IBinaryInteger<CellMap>
and its derived interface types.The text was updated successfully, but these errors were encountered: