We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add isempty function for pdarray:
For each entry: true – when the string is empty false – otherwise
Make use of chapel function : https://chapel-lang.org/docs/language/spec/strings.html?highlight=istitle#String.string.isEmpty
The text was updated successfully, but these errors were encountered:
Closes Bears-R-Us#2918 add isempty for pdarray
e017efa
0b77de5
ef09a8e
Closes #2918 add isempty for pdarray (#2933)
ab0bb3f
Co-authored-by: Amanda Potts <[email protected]>
ajpotts
Successfully merging a pull request may close this issue.
add isempty function for pdarray:
For each entry:
true – when the string is empty
false – otherwise
Make use of chapel function :
https://chapel-lang.org/docs/language/spec/strings.html?highlight=istitle#String.string.isEmpty
The text was updated successfully, but these errors were encountered: