Status/Resolution/Reason: To Test//Fixed
Reporter/Name(from Bugbase): Saravana Kumar B. / ()
Created: 03/27/2019
Components: Language, Functions
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: /
Vote Count: 0
There is a one cool function which was having to remove the duplicate elements in the list which was "listRemoveDuplicates". But I need to get the element which one was duplicate from that list. Like "listGetDuplicates". As of now myself looping the list and perform some append operations & then will get the duplicate elements from the list.
So can you make this as new function to get the duplicate elements from the list like "listGetDuplicates". That will reduce some of the looping operations in future. Correct me if I'm wrong.
Attachments:
Comments: