pub fn expand<'c>(
    context: &'c Context,
    values: Type<'c>,
    filled: Type<'c>,
    added: Type<'c>,
    count: Type<'c>,
    tensor: Value<'c, '_>,
    location: Location<'c>
) -> ExpandOperation<'c>
Expand description

Creates an expand operation.