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.