Skip to main content

Module checking

Module checking 

Source
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