Function tarantool::util::str_eq

source ·
pub const fn str_eq(lhs: &str, rhs: &str) -> bool
Expand description

Compares strings for equality.

Works at compile time unlike std::cmp::Eq.