Merge Descriptors
Merge objects using descriptors.
API
merge(destination, source)
Redefines destination
's descriptors with source
's.
merge(destination, source, false)
Defines source
's descriptors on destination
if destination
does not have a descriptor by the same name.
License
Last updated