The title sounds a bit crazy but having the * function for java.lang.String in Scala ("a" * 3 = "aaa"), why don't we have a / function so that "aaa" / "a" = 3 ?
Cheers
Parsa
|
|
|
I like the thinking. I'll answer with a question: why isn't there - function when we have a + function?
|
|||
|
|
Such an operation seems a bit odd. What would it mean to divide |
|||
|
|
|
You could also divide
|
|||
|
|
|
a construct like |
|||
|
|