package util

type Set[ comparable] map[]struct{}

func ( Set[]) ( ) {
	[] = struct{}{}
}

func ( Set[]) ( ) bool {
	,  := []
	return 
}