package
0.0.0-20210525052339-fb7d6bd9331e
Repository: https://github.com/lab47/exprcore.git
Documentation: pkg.go.dev

# Functions

FromKeywords returns a new struct instance whose fields are specified by the key/value pairs in kwargs.
FromStringDict returns a whose elements are those of d.
Make is the implementation of a built-in function that instantiates an immutable struct from the specified keyword arguments.
MakeModule may be used as the implementation of a exprcore built-in function, module(name, **kwargs).

# Constants

Default is the default constructor for structs.

# Structs

A Module is a named collection of values, typically a suite of functions imported by a load statement.
Struct is an immutable exprcore type that maps field names to values.