Struct advent_solutions::advent2017::day14::Grid [] [src]

pub struct Grid(_);

The disk in question consists of a 128x128 grid; each square of the grid is either free or used. On this disk, the state of the grid is tracked by the bits in a sequence of knot hashes.

Trait Implementations

impl Display for Grid
[src]

[src]

Formats the value using the given formatter. Read more