Documentation
¶
Index ¶
- func AvoidKeywords(name string) string
- func JoinPairs[T1, T2 any](seq iter.Seq2[T1, T2], psep, sep string) string
- func JoinSeq[T any](seq iter.Seq[T], sep string) string
- func Lines(r io.Reader) iter.Seq2[string, error]
- func MethodName(prefix, tname, mname string) string
- func Not[T any](f func(T) bool) func(T) bool
- func Pairs[T any](seq iter.Seq[T]) iter.Seq2[T, T]
- func ParseCPrefix(cprefix string) string
- func ToCamelCase(name string) string
- func ToSnakeCase(name string) string
- type Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AvoidKeywords ¶
func MethodName ¶
func ParseCPrefix ¶
func ToCamelCase ¶
func ToSnakeCase ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.