Function mlir_sys::mlirRegionTakeBody 
source · pub unsafe extern "C" fn mlirRegionTakeBody(
    target: MlirRegion,
    source: MlirRegion
)Expand description
Moves the entire content of the source region to the target region.
pub unsafe extern "C" fn mlirRegionTakeBody(
    target: MlirRegion,
    source: MlirRegion
)Moves the entire content of the source region to the target region.