@boost/configFunctionsmergeArraymergeArray CallablemergeArray<T>(prev: T, next: T): TMerges previous and next arrays into a new array while removing duplicates (using Set).Type parametersT: unknown[]
Merges previous and next arrays into a new array while removing duplicates (using
Set
).