Type Alias FunctionId

pub(crate) type FunctionId = Id<Function>;
Expand description

A function identifier.

Aliased Typeยง

struct FunctionId { /* private fields */ }