pub fn deep_equal<N: DomNavigator>(
_context: &mut DynamicContext<'_, N>,
args: Vec<XPathValue<N>>,
) -> Result<XPathValue<N>, XPathError>Expand description
Implements fn:deep-equal - tests whether two sequences are deep-equal.
Two sequences are deep-equal if they have the same length and each pair of corresponding items are deep-equal.