Exercise #104: Create New Set
TypeScript Generics ยท 02-passing-type-arguments
Goal

Goal: Make `createSet` generic so callers can specify the set element type.

Run "Check Solution" to validate your code in the browser.