Closed konomae closed 3 years ago
Instead of removeFirst(n:), use removeFirst(_:).
removeFirst(n:)
removeFirst(_:)
Just like the RangeReplaceableCollection. https://developer.apple.com/documentation/swift/rangereplaceablecollection/3018284-removefirst
Instead of
removeFirst(n:)
, useremoveFirst(_:)
.Just like the RangeReplaceableCollection. https://developer.apple.com/documentation/swift/rangereplaceablecollection/3018284-removefirst