Function konst::slice::cmp::eq_option_slice_str

source ยท
pub const fn eq_option_slice_str<'a, 'b>(
    left: Option<&'a [&'b str]>,
    right: Option<&'a [&'b str]>,
) -> bool
Expand description

Compares two Option<&'a [&'b str]> for equality.