How-To use Guard in Swift

A basic introduction on how to use the guard statement in Swift. I’ll explain why it makes code more readable and can save resources by leaving code execution early.