Created
March 18, 2022 13:38
-
-
Save ilamanov/6fb6707c6644abce96ca91810a613fcd to your computer and use it in GitHub Desktop.
library used for types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| contract Chess { | |
| using Chess for uint256; | |
| using Chess for Chess.MovesArray; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment