hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

value-is-not-nil

Checks if the last value of the specified type is not nil.
Parameter
Type
Description
type
type
The type of value to check. If not specified, checks any type
return
bool
Returns true if the last value is not nil, false otherwise