You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
equal forwards to memcmp for trivially equality comparable types, which is an order of magnitude faster than the generic loop. We should make use of that optimization in ends_with.