Expand description
Type Checking Module
Contains various checking and validation components:
- Method table for static method resolution
- Pattern checking (future)
- Type constraint checking (future)
Re-exports§
pub use method_table::MethodTable;
Modules§
- method_
table - Method Table for Static Method Resolution