Skip to main content

Multimethod

Type Alias Multimethod 

Source
pub type Multimethod = GenericFunction;
Expand description

A generic function under its multimethod alias.

Multimethod and GenericFunction are the same dispatch entity; the alias lets multimethod-flavored language profiles name it familiarly.

Aliased Typeยง

pub struct Multimethod { /* private fields */ }