Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
ModuleImport Struct Reference

Represents an imported module with optional aliasing. More...

#include <type.h>

Collaboration diagram for ModuleImport:
Collaboration graph
[legend]

Public Attributes

const char * module_name
 
const char * alias
 
Scopemodule_scope
 

Detailed Description

Represents an imported module with optional aliasing.

Member Data Documentation

◆ alias

const char* ModuleImport::alias

Alias in importing module

◆ module_name

const char* ModuleImport::module_name

Original module name

◆ module_scope

Scope* ModuleImport::module_scope

The documentation for this struct was generated from the following file: