Function melior::dialect::func::func

source ·
pub fn func<'c>(
    context: &'c Context,
    name: StringAttribute<'c>,
    type: TypeAttribute<'c>,
    region: Region<'c>,
    attributes: &[(Identifier<'c>, Attribute<'c>)],
    location: Location<'c>
) -> Operation<'c>
Expand description

Create a func.func operation.