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
The standard library includes prefix and suffix methods that take a number of elements or an index, but only a prefix method that takes a predicate. We should add a suffix(while:) method to match prefix(while:) for bidirectional collections.
The text was updated successfully, but these errors were encountered:
The standard library includes
prefix
andsuffix
methods that take a number of elements or an index, but only aprefix
method that takes a predicate. We should add asuffix(while:)
method to matchprefix(while:)
for bidirectional collections.The text was updated successfully, but these errors were encountered: