arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

SNOWBitmapWord

hashtag
Code

Githublink

hashtag
Definition

/**
  @member The information stored at the index.
  @member The index.
*/
struct BitmapWord {
  uint256 currentWord;
  uint256 currentDepth;
}