You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain attributes take one or more arguments,
each of which have a value and optional name.
For example,
the following attribute declaration has three arguments:
@available(*, unavailable, message: "🚫")
The first argument is unnamed and has the value "*"
The second argument is unnamed and has the value "unavailable"
The third argument has the name "renamed" and the value "🚫"