Skip to content

Instantly share code, notes, and snippets.

@ilamanov
Created March 18, 2022 13:38
Show Gist options
  • Select an option

  • Save ilamanov/6fb6707c6644abce96ca91810a613fcd to your computer and use it in GitHub Desktop.

Select an option

Save ilamanov/6fb6707c6644abce96ca91810a613fcd to your computer and use it in GitHub Desktop.
library used for types
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