You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "aherbert (via GitHub)" <gi...@apache.org> on 2023/06/28 15:12:14 UTC

[GitHub] [commons-lang] aherbert commented on pull request #1068: calculate the left-difference between 2 arrays

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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org