pub fn slice_offset<'c>(
    context: &'c Context,
    offset: Type<'c>,
    slice: Value<'c, '_>,
    dim: IntegerAttribute<'c>,
    location: Location<'c>
) -> ToSliceOffsetOperation<'c>
Expand description

Creates a slice.offset operation.