Skip to main content

inlines_equal_ignoring_ws

Function inlines_equal_ignoring_ws 

Source
pub fn inlines_equal_ignoring_ws(a: &[Inline], b: &[Inline]) -> bool
Expand description

Compare two inline sequences. Returns true if they are equivalent under a whitespace-insensitive comparison. Currently exact — kept as a hook for future fuzzy matching.