➕operator
Swift ⟩ operator
operator (~=) - pattern matching
Character * Int -
"*" * 3 == "***"
.Repeatable -
"*" * 3 == "***"
.
Last updated
Was this helpful?
Swift ⟩ operator
operator (~=) - pattern matching
Character * Int - "*" * 3 == "***"
.
Repeatable - "*" * 3 == "***"
.
Last updated
Was this helpful?