Files
CoreStore/Sources/OperatorDeclaration.swift
2023-06-15 14:22:00 +09:00

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