Function: mergeBlockCollections()¶
mergeBlockCollections(
base,incoming,policy):Block[]
Defined in: core/src/block-merge.ts:543
Compose one matching block across source layers while preserving same-layer duplicates.
Parameters¶
base¶
readonly Block[]
incoming¶
readonly Block[]
policy¶
Returns¶
Block[]