consider selecting a matching name for like
and ImplicitAs
#1177
Labels
long term
Issues expected to take over 90 days to resolve.
like
and ImplicitAs
#1177
As a mnemonic device, it may be useful to use the same spelling for
like
and the corresponding interfaceImplicitAs
, just as we use the same spelling foras
and the corresponding interfaceAs
.We should decide if we want to do this and pick what names we want:
like
/Like
:impl StringRef as Like(String)
andimpl like String as Add(like String)
implicit_as
/ImplicitAs
:impl StringRef as ImplicitAs(String)
andimpl implicit_as String as Add(implicit_as String)
implicitly
/Implicitly
:impl StringRef as Implicitly(String)
andimpl implicitly String as Add(implicitly String)
The text was updated successfully, but these errors were encountered: