You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working with lists today in a generic programming context, I found myself wanting queries like isListType(), isListValue(), isList() and ended up writing them myself. Should modules that introduce collection types like List.chpl support such queries by convention?
The text was updated successfully, but these errors were encountered:
While working with lists today in a generic programming context, I found myself wanting queries like
isListType()
,isListValue()
,isList()
and ended up writing them myself. Should modules that introduce collection types likeList.chpl
support such queries by convention?The text was updated successfully, but these errors were encountered: