Write a function longest that takes two string slices and returns the longer one. If they are equal length, return the first. The function must use proper lifetime annotations.
longest
Loading editor...