//! Cell filtering system for selective effect application.
//!
//! This module provides a comprehensive system for filtering terminal cells based on
//! various criteria, enabling effects to target specific subsets of cells rather than
//! applying to entire areas uniformly.
pub use *;
pub use *;
pub use CellPredicate;
pub use *;