Type Operators Type Operators is type Type checking operator. type | type Type union operator. <type> val Type cast operator. typeof anytype Static type inference o...
Type Operators Type Operators is type Type checking operator. type | type Type union operator. <type> val Type cast operator. typeof anytype Static type inference ope...
Temporal Types, Functions, and Operators Temporal Types, Functions, and Operators datetime Timezone-aware point in time duration Absolute time span cal::local_datetime ...
Set Functions and Operators Set Functions and Operators distinct set Return a set without repeating any elements. anytype in set Test the membership of an element in a se...
Set Functions and Operators Set Functions and Operators distinct set Return a set without repeating any elements. anytype in set Test the membership of an element in a set....
Datatypes Datatypes DateDuration represents the elapsed time between two dates in a fuzzy human way. type DateDuration struct { // contains filtered or unexported f...