`"string1" to "string2"` is the same as `Pair("str...
# getting-started
h
"string1" to "string2"
is the same as
Pair("string1", "string2")
?