Returns TRUE if it is this type.
Arguments:
value [any-type!]
See also:
type?
Returns FALSE for all other values.
print time? 12:00 true
print time? 123 false