Post Reply 
(50g) Removing Objects From Lists Quickly
01-09-2019, 06:29 PM
Post: #6
RE: (50g) Removing Objects From Lists Quickly
So...

Union seems fairly straightforward, and in this case would be functionally similar to "+ LDDUP" (though implemented a bit more efficiently).

Intersection doesn't have a short-and-sweet equivalent, but seems functionally understandable as well (list of unique elements that are in both lists).

Difference may need some clarification, though. Am I correct in assuming that the target here is what is described on this page as the "relative complement"? That would imply that order of arguments is important (ie. "difference" is not commutative).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (50g) Removing Objects From Lists Quickly - DavidM - 01-09-2019 06:29 PM



User(s) browsing this thread: 1 Guest(s)