At some point in my code, i needed to check if Date and Time is empty (all the fields in it have the zero value of their type) and i realized that there are no implementation for that, i would need to check all the fields in the Date and Time structs which i feel isn't the best option. I think there should be a function to handle that.
At some point in my code, i needed to check if Date and Time is empty (all the fields in it have the zero value of their type) and i realized that there are no implementation for that, i would need to check all the fields in the Date and Time structs which i feel isn't the best option. I think there should be a function to handle that.