Well, I've been reading and learning a bit about swift but I still do not understand how I can call a function, without having an object or class that has it.
An example:
print()
- It's a function that I can use anywhere in the code.
abs()
- The same thing happens.
And there are many more that I do not see where they come from ... Also, just looking for google, I found this . A page where I explain the functions but I still do not understand where the functions come from ... if I do not have any object or class created, whoever calls that function.
Second question, do you know any course, video where explain how to properly use the Swift API?
Third and last question, the operator% co_of% that compares exactly?