utils

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentifierName

type IdentifierName struct {
	// contains filtered or unexported fields
}

func NewIdentifierName

func NewIdentifierName(name string) IdentifierName

func (IdentifierName) PascalCase

func (n IdentifierName) PascalCase() string

func (IdentifierName) SnakeCase

func (n IdentifierName) SnakeCase() string

type Set

type Set[T comparable] map[T]struct{}

func NewSet

func NewSet[T comparable]() Set[T]

func (Set[T]) Add

func (s Set[T]) Add(value T)

func (Set[T]) Has

func (s Set[T]) Has(value T) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL