Custom Operators in Swift

preview_player
Показать описание
In this video, I want to add to my Deeper Understanding series by taking a look at Swift operators and custom operators. Operators are fundamental to programming, and Swift provides a powerful way to define your own.

If you want to support my work, you can buy me a coffee :) 

******** Download my StewartLynch YouTube Channel Application - Free *********** 

Table of Contents: 
0:00  Intrododuction
1:12 Standard Operators
7:01 Custom Infix Operators
14:27 Custom Prefix Operators
15:51 Custom Postfix Operators

 Starter Project Files: 

Completed Project: 

References mentioned in video: 
NONE

Recommended Resources: 
RocketSim - Build Apps Faster 

BigMountain Studio Books 
SwiftData Mastery in SwiftUI 
SwiftUI Views Mastery 
SwiftUI 5 Book Bundle 
Combine Mastery in SwiftUI 
Core Data Mastery in SwiftUI 
SwiftUI Animations Mastery 

Other References: 
Stewart Lynch's YouTube Channel: 
Stewart Lynch on Mastodon: 
Stewart Lynch On Threads: 
   @StewartLynch 
Stewart Lynch on X: 
Stewart Lynch on LinkedIn 
Рекомендации по теме
Комментарии
Автор

Love the deeper understanding series, keep em coming !

swiftodyssey
Автор

as always, Thank you for valuable lecture.

TOMATOMAT
Автор

I have done this before to make a Boolean XOR operator. I know the ^ bitwise operator exists but I made a ^^ to perform XOR on boolean values, a little like || or &&

danielcrompton
Автор

Stewart, the Starter Project URL gets a 404. I'm sure it's a great video.

dibjr