package
0.1.4
Repository: https://github.com/tucats/gopackages.git
Documentation: pkg.go.dev

# Functions

AddBuiltins adds or overrides the default function library in the symbol map.
No description provided by the author
No description provided by the author
Compiler-generate casting; generally always array types.
DeepCopy makes a deep copy of an Ego data type.
Delete can be used three ways.
FindFunction returns the function definition associated with the provided function pointer, if one is found.
FindName returns the name of a function from the dictionary if one is found.
For a given datatype and name, see if there is a native function that supports this operation.
No description provided by the author
Index implements the index() function.
Length implements the len() function.
Make implements the make() function.
New implements the $new() function.
SizeOf returns the size in bytes of an arbibrary object.

# Constants

Any is a constant that defines that a function can have as many arguments as desired.
MaxDeepCopyDepth specifies the maximum depth that a recursive copy will go before failing.

# Variables

FunctionDictionary is the dictionary of functions.

# Structs

FunctionDefinition is an element in the function dictionary.

# Type aliases

NativeFunction defines the signature of native (i.e.