pub fn expand_shape<'c>(
    context: &'c Context,
    result: Type<'c>,
    src: Value<'c, '_>,
    reassociation: ArrayAttribute<'c>,
    location: Location<'c>
) -> ExpandShapeOperation<'c>
Expand description

Creates an expand_shape operation.