multimethods.rs icon indicating copy to clipboard operation
multimethods.rs copied to clipboard

Multiple Dispatch in Rust

Results 1 multimethods.rs issues
Sort by recently updated
recently updated
newest added

Since I already implemented julia-style abstract types, I may as well implement union types. The easy way would be to just create a variant of `TypeMatch` that matches against multiple...