© 2026 Hedgehog Software, LLC
const uniqueValues = S.filter((a: Array<unknown>) => a.length === new Set(a).size || "All values must be unique");