[][src]Type Definition wordfeud_solver::Row

type Row = ItemList<Cell>;

A collection of Cell.

Implementations

impl Row[src]

pub fn is_empty_cell(&self) -> bool[src]

check if row is a single empty cell

pub fn empty_row(len: usize) -> Row[src]

Create a row of len empty cells

Panics

if len > DIM