pub fn check_type<'c>(
    context: &'c Context,
    value: Value<'c, '_>,
    true_dest: &Block<'c>,
    false_dest: &Block<'c>,
    type: TypeAttribute<'c>,
    location: Location<'c>
) -> CheckTypeOperation<'c>
Expand description

Creates a check_type operation.