libdeng2: Record allows dot notation for names when adding members
The necessary subrecords are added if they are not present. This behavior only affects adding -- the [] operator will not create anything, but instead throw an exception if a member is not found.
libdeng2: Record allows dot notation for names when adding members
The necessary subrecords are added if they are not present. This
behavior only affects adding -- the [] operator will not create
anything, but instead throw an exception if a member is not found.