initSidebarItems({"mod":[["ast","Module containing the types which make up `gluon`'s AST (Abstract Syntax Tree)"],["error","Module containing a few common error wrappers which allows more information to be saved for later display to the user"],["fixed","Collection types which allows insertion of new values while shared references to its contents are alive. This is done by storing each value in a stable memory location and preventing an earlier inserted value to be overwritten."],["instantiate",""],["metadata",""],["scoped_map","A map data type which allows the same key to exist at multiple scope levels"],["symbol","Module which contains types working with symbols"],["types","Module containing types representing `gluon`'s type system"]]});