Assert an expression (such as a string) ends with an expression (such as a string).
let a = "foogoo"; let b = "goo"; assert_ends_with!(a, b);
assert_ends_with
assert_ends_with_as_result
debug_assert_ends_with