pub type Closure<N> = ClosureCore<N, Instruction<N>>;

Aliased Type§

struct Closure<N> { /* private fields */ }