Skip to content

Commit

Permalink
馃敩 Assignment operator precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Aug 8, 2022
1 parent 763d986 commit 60251b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/EasyFirebase/Extensions/Array.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

import Foundation

infix operator <=
infix operator -=
infix operator <=: AssignmentPrecedence
infix operator -=: AssignmentPrecedence

extension Array where Element: Equatable {

Expand Down

0 comments on commit 60251b9

Please sign in to comment.