Skip to main content

has_cell

Function has_cell 

Source
pub fn has_cell(
    buffer: &Buffer,
    symbol: &str,
    predicate: impl Fn(&Cell) -> bool,
) -> bool
Expand description

Whether any cell drawn with symbol satisfies predicate.