mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 17:09:42 +01:00
merge operator declaration in one file
This commit is contained in:
10
Sources/OperatorDeclaration.swift
Normal file
10
Sources/OperatorDeclaration.swift
Normal 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
|
||||
Reference in New Issue
Block a user