feat: user & article: dev complete
This commit is contained in:
@@ -2,6 +2,8 @@ package utils
|
||||
|
||||
type void struct{}
|
||||
|
||||
// This is set with generic
|
||||
|
||||
type Set[T comparable] struct {
|
||||
setMap map[T]void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user