This site has been archived and made available for preservation purposes. No edits can be made.

Cell

[top]Definition

Code cpp:
enum Cell : uint32_t;
Code c:
typedef uint32_t Cell;