pub fn shape_cast<'c>(
context: &'c Context,
result: Type<'c>,
source: Value<'c, '_>,
location: Location<'c>
) -> ShapeCastOperation<'c>
Expand description
Creates a shape_cast
operation.
pub fn shape_cast<'c>(
context: &'c Context,
result: Type<'c>,
source: Value<'c, '_>,
location: Location<'c>
) -> ShapeCastOperation<'c>
Creates a shape_cast
operation.