====== recutil (Module) ====== Module that contains utilities for manipulating records. ===== Functions ===== #@Identifier_HTML~copyMissingMembers~@# ( #@Arg_HTML~Record,src~@#, #@Arg_HTML~Record,dest~@# ) Duplicates all members of the //src// record in the //dest// record without touching existing values in //dest//. Private members in //src// (begin with a double underscore ''__'') are ignored.