Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed strconv.d.ts StrconvDefine []byte StrconvDeclared = map[string]any{ "itoa": strconv.Itoa, "quote": strconv.Quote, "quotedPrefix": strconv.QuotedPrefix, "unquote": strconv.Unquote, "appendBool": strconv.AppendBool, "appendQuoteRune": strconv.AppendQuoteRune, "appendQuoteRuneToASCII": strconv.AppendQuoteRuneToASCII, "canBackquote": strconv.CanBackquote, "formatBool": strconv.FormatBool, "isPrint": strconv.IsPrint, "parseUint": strconv.ParseUint, "quoteRune": strconv.QuoteRune, "formatFloat": strconv.FormatFloat, "formatInt": strconv.FormatInt, "parseBool": strconv.ParseBool, "appendInt": strconv.AppendInt, "appendQuote": strconv.AppendQuote, "appendUint": strconv.AppendUint, "parseFloat": strconv.ParseFloat, "quoteToGraphic": strconv.QuoteToGraphic, "appendFloat": strconv.AppendFloat, "IntSize": strconv.IntSize, "parseComplex": strconv.ParseComplex, "quoteRuneToASCII": strconv.QuoteRuneToASCII, "appendQuoteToGraphic": strconv.AppendQuoteToGraphic, "atoi": strconv.Atoi, "ErrRange": strconv.ErrRange, "ErrSyntax": strconv.ErrSyntax, "formatComplex": strconv.FormatComplex, "formatUint": strconv.FormatUint, "parseInt": strconv.ParseInt, "quoteToASCII": strconv.QuoteToASCII, "unquoteChar": strconv.UnquoteChar, "appendQuoteRuneToGraphic": strconv.AppendQuoteRuneToGraphic, "appendQuoteToASCII": strconv.AppendQuoteToASCII, "isGraphic": strconv.IsGraphic, "quoteRuneToGraphic": strconv.QuoteRuneToGraphic, } )
Functions ¶
This section is empty.
Types ¶
type StrconvModule ¶
type StrconvModule struct{}
func (StrconvModule) Exports ¶
func (S StrconvModule) Exports() map[string]any
func (StrconvModule) Identity ¶
func (S StrconvModule) Identity() string
func (StrconvModule) TypeDefine ¶
func (S StrconvModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.