Is there any reason why "startsWith" is not marked...
# stdlib
j
Is there any reason why "startsWith" is not marked as infix?
z
Like with other “any reason why _ doesn't ___”, the real question is “why should it?”
r
As far as I'm aware, there's no
startsWith
in stdlib that takes a single parameter, so it cannot be
infix
.