pub const fn eq_option_slice_str<'a, 'b>( left: Option<&'a [&'b str]>, right: Option<&'a [&'b str]>, ) -> bool
Compares two Option<&'a [&'b str]> for equality.
Option<&'a [&'b str]>