Filter an array by removing duplicates and keeping the left most occurrence. By default this compares by identity.
Array to remove duplicates from.
Optional
Optional comparator function, indicating whether two items are equal and therefore handled as duplicates. Defaults to identity.
A filtered array containing no duplicates.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Filter an array by removing duplicates and keeping the left most occurrence. By default this compares by identity.