Documentation ¶
Overview ¶
Common type definitions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Z_Types = typeinfo.TypeSet{ Name: "prim", Comment: []string{ "Common type definitions.", }, Str: z_str_list, Num: z_num_list, }
package listing of type data
View Source
var Zt_Bool = typeinfo.Str{ Name: "bool", Options: []string{ "false", "true", }, Markup: map[string]any{ "--": []string{"A true or false value.", "Even though the definition here uses a string,", "the tell loading code ( and the go generated code )", "have shortcuts which understand how to handle unquoted ( literal ) values."}, }, }
bool, a type of str enum.
View Source
var Zt_Lines = typeinfo.Str{ Name: "lines", Markup: map[string]any{ "--": "A sequence of characters of any length spanning multiple lines. See also: text.", }, }
Lines, a type of str.
View Source
var Zt_Num = typeinfo.Num{ Name: "num", Markup: map[string]any{ "--": "An integer or floating point value.", }, }
Num, a type of num.
View Source
var Zt_Text = typeinfo.Str{ Name: "text", Markup: map[string]any{ "--": "A sequence of characters of any length, all on one line. See also: lines.", }, }
Text, a type of str.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.