Function: fuse2D()
function fuse2D(first, second): 
  | null
  | CompoundBlueprint
  | Blueprint
  | Blueprints;
Defined in: blueprints/boolean2D.ts:224
Parameters
first
second
Returns
| null
| CompoundBlueprint
| Blueprint
| Blueprints
function fuse2D(first, second): 
  | null
  | CompoundBlueprint
  | Blueprint
  | Blueprints;
Defined in: blueprints/boolean2D.ts:224
| null
| CompoundBlueprint
| Blueprint
| Blueprints