# Functions
AreEqual returns true if both given values are equal.
Convert the given value to the given Type.
IsLessThan returns true if arg1 is less than arg2 It panics if the kind of arg1 or arg2 is not a basic kind.
IsZero returns true if the given value is the zero value of its type or nil.
# Interfaces
RecordSet is an approximation of models.RecordSet so as not to import models.