Skip to main content
Version: 2.8.x(Latest)

Introduction

A collection is a set of non-repeating elements, where the elements can be of any type.

At the same time, gset supports optional concurrent safety parameters for concurrent-safe scenarios.

Use Cases:

Collection operations.

Usage:

import "github.com/gogf/gf/v2/container/gset"

Interface Documentation: https://pkg.go.dev/github.com/gogf/gf/v2/container/gset

Documents