Variable typedArrayMergeRuleConst

typedArrayMergeRule: MergeRule<TypedArray> = ...

Typed arrays will not concatenate by default like arrays. Typed arrays generally represent data, not configuration, and the more reasonable default is to clone, not concatenate.