Module inkwell::attributes

source ·
Expand description

Attributes are optional modifiers to functions, function parameters, and return types.

Structs§

  • Functions, function parameters, and return types can have Attributes to indicate how they should be treated by optimizations and code generation.

Enums§

  • An AttributeLoc determines where on a function an attribute is assigned to.