plus

open operator fun plus(other: DataDictionary): DataDictionary

Combine two DataDictionaries, merging their domain types. Usage: dictionary1 + dictionary2

Return

A new DataDictionary containing types from both

Parameters

other

The DataDictionary to merge with