//! Sparse stencil type + packing helper.
//!
//! Sqrt3 reuses the crate-root `sharpness::merge` helper instead of
//! defining its own, so this module only carries the `Sparse` alias
//! and `pack`.
use crateStencilTable;
/// Sparse stencil: (source_index, weight) pairs.
pub type Sparse = ;
/// Pack sparse stencils into a CSR [`StencilTable`].
pub