switch case is ...
// switch on "protocol type"
switch medium {
case is WebSite: // ⭐️ case is (without binding)
default: // ...
}Last updated
// switch on "protocol type"
switch medium {
case is WebSite: // ⭐️ case is (without binding)
default: // ...
}Last updated