recutil (Module)

Module that contains utilities for manipulating records.

Functions

copyMissingMembers ( src : Record, dest : Record )

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.