I\'m little bit confused about using static keyword in swift. As we know swift introduces let keyword to declare immutable objects. Like de
[Swift's property] [var vs let] [class vs static]
In a nutshell class and static are type property and belongs to Type in a single copy
class
static