Module starlark::stdlib [−][src]
Expand description
A module with the standard function and constants that are by default in all dialect of Starlark
Modules
Methods for the dict type.
Methods for the list type.
Define the starlark_module! macro to reduce written boilerplate when adding
native functions to starlark.
Methods for the string type.
Implementation of struct function.
Functions
Return the default global environment, it is not yet frozen so that a caller can refine it.
Default global environment with functions usable in test and REPL.
Default global environment with added non-standard struct and set extensions.