Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed bytes.d.ts BytesDefine []byte BytesDeclared = map[string]any{ "contains": bytes.Contains, "equal": bytes.Equal, "hasPrefix": bytes.HasPrefix, "lastIndexFunc": bytes.LastIndexFunc, "toValidUTF8": bytes.ToValidUTF8, "trim": bytes.Trim, "count": bytes.Count, "join": bytes.Join, "runes": bytes.Runes, "split": bytes.Split, "toLower": bytes.ToLower, "indexRune": bytes.IndexRune, "cutPrefix": bytes.CutPrefix, "containsAny": bytes.ContainsAny, "newBuffer": bytes.NewBuffer, "map": bytes.Map, "newBufferString": bytes.NewBufferString, "splitAfterN": bytes.SplitAfterN, "clone": bytes.Clone, "cut": bytes.Cut, "ErrTooLarge": bytes.ErrTooLarge, "hasSuffix": bytes.HasSuffix, "indexByte": bytes.IndexByte, "toLowerSpecial": bytes.ToLowerSpecial, "trimRight": bytes.TrimRight, "fields": bytes.Fields, "index": bytes.Index, "indexAny": bytes.IndexAny, "splitAfter": bytes.SplitAfter, "trimSpace": bytes.TrimSpace, "equalFold": bytes.EqualFold, "trimRightFunc": bytes.TrimRightFunc, "trimSuffix": bytes.TrimSuffix, "fieldsFunc": bytes.FieldsFunc, "toTitle": bytes.ToTitle, "toUpper": bytes.ToUpper, "indexFunc": bytes.IndexFunc, "splitN": bytes.SplitN, "repeat": bytes.Repeat, "trimPrefix": bytes.TrimPrefix, "compare": bytes.Compare, "toUpperSpecial": bytes.ToUpperSpecial, "cutSuffix": bytes.CutSuffix, "lastIndex": bytes.LastIndex, "lastIndexByte": bytes.LastIndexByte, "trimLeftFunc": bytes.TrimLeftFunc, "containsFunc": bytes.ContainsFunc, "containsRune": bytes.ContainsRune, "title": bytes.Title, "trimFunc": bytes.TrimFunc, "trimLeft": bytes.TrimLeft, "toTitleSpecial": bytes.ToTitleSpecial, "lastIndexAny": bytes.LastIndexAny, "MinRead": bytes.MinRead, "newReader": bytes.NewReader, "replace": bytes.Replace, "replaceAll": bytes.ReplaceAll, } )
Functions ¶
This section is empty.
Types ¶
type BytesModule ¶
type BytesModule struct{}
func (BytesModule) Exports ¶
func (S BytesModule) Exports() map[string]any
func (BytesModule) Identity ¶
func (S BytesModule) Identity() string
func (BytesModule) TypeDefine ¶
func (S BytesModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.