merge operator declaration in one file

This commit is contained in:
JCSoohwancho
2023-06-15 14:22:00 +09:00
parent 118bb685fc
commit 073a1bdee3
9 changed files with 20 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
//
// OperatorDeclaration.swift
// CoreStore
//
// Created by JCSooHwanCho on 2023/06/15.
// Copyright © 2023 John Rommel Estropia. All rights reserved.
//
infix operator .= : AssignmentPrecedence
infix operator .== : ComparisonPrecedence