# Functions
IndexName returns index name.
IndexNoCase index a string in a string with no care of capitalize.
IsArrayZero returns true is a slice of array is zero.
IsStructZero returns true if the Value is a struct and all fields is zero.
IsSubQuery returns true if it contains a sub query.
IsTimeZero return true if a time is zero.
IsValueZero returns true if the reflect Value is a zero.
IsZero returns false if k is nil or has a zero value.
ReflectValue returns value of a bean.
SliceEq return true if two slice have the same elements even if different sort.
SplitNNoCase split n by a seperator with no care of capitalize.
SplitNoCase split a string by a seperator with no care of capitalize.
# Interfaces
Zeroable represents an interface which could know if it's a zero value.