List/find_duplicates library

Functions

findDuplicates<T>(List<T> list) List<T>
🔁 Returns a list of duplicate elements from the input list.