impl TypeBuilder
This commit is contained in:
@@ -166,7 +166,10 @@ type ExclusiveRange = std::ops::Range<INT>;
|
||||
/// An inclusive integer range.
|
||||
type InclusiveRange = std::ops::RangeInclusive<INT>;
|
||||
|
||||
pub use api::{build_type::CustomType, events::VarDefInfo};
|
||||
pub use api::{
|
||||
build_type::{CustomType, TypeBuilder},
|
||||
events::VarDefInfo,
|
||||
};
|
||||
pub use ast::{FnAccess, AST};
|
||||
pub use engine::{Engine, OP_CONTAINS, OP_EQUALS};
|
||||
pub use eval::EvalContext;
|
||||
|
Reference in New Issue
Block a user