summaryrefslogtreecommitdiff
path: root/ops/op2/test_cases/sync/string_ref.out
AgeCommit message (Collapse)Author
2023-07-01refactor(ops): op2 supports strings in argument and return position (#19613)Matt Mastracci
Support strings (&str, String, and Cow) in the argument position and String in the return position. Avoids copies where possible, though this is not always something we can do.