pub fn unary<'c>(
    context: &'c Context,
    output: Type<'c>,
    x: Value<'c, '_>,
    present_region: Region<'c>,
    absent_region: Region<'c>,
    location: Location<'c>
) -> UnaryOperation<'c>
Expand description

Creates an unary operation.