pub fn combine(
lhs: &GKernelPackage,
rhs: &GKernelPackage
) -> Result<GKernelPackage>Expand description
Create a new package based on lhs and rhs.
Parameters
- lhs: “Left-hand-side” package in the process
- rhs: “Right-hand-side” package in the process
Returns
a new kernel package.