# Functions
CopyValue is used to copy partial value of input struct type to the output struct type, this function is used to make value copy between two different but related struct convenience input is the original struct value output is the destination struct value, output should be on type of pointer of the struct.
IsEmpty is an helper function to decide whether a value is empty or not This function is mean to be used to decide whether a struct variable is empty or not.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author