# Functions
ConvertMapToStruct converts a map to a struct.
ConvertStructToMap converts a struct to a map.
Copy returns a new value with the same fields of the input value.
CopyMap returns a new map with the same elements of the input map.
CopySlice returns a new slice with the same elements of the input slice.