mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 21:23:43 +01:00
11 lines
245 B
Swift
11 lines
245 B
Swift
//
|
|
// OperatorDeclaration.swift
|
|
// CoreStore
|
|
//
|
|
// Created by JCSooHwanCho on 2023/06/15.
|
|
// Copyright © 2023 John Rommel Estropia. All rights reserved.
|
|
//
|
|
|
|
infix operator .= : AssignmentPrecedence
|
|
infix operator .== : ComparisonPrecedence
|