Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MaxStringLen is the maximum byte-length for string value. // Note this limit applies to all compiler/VM instances in the process. MaxStringLen = 2147483647 // MaxBytesLen is the maximum length for bytes value. // Note this limit applies to all compiler/VM instances in the process. MaxBytesLen = 2147483647 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.