aherbert commented on PR #1068:
URL: https://github.com/apache/commons-lang/pull/1068#issuecomment-1611626296
Note that this is not returning distinct elements from array 1 so is not a
strict set operation. E.g. The provided code will compute:
```
{1, 2, 3, 4, 4} - {1, 6, 8, 3} = {2, 4, 4}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]