is Module

Type checking and value inspection functions.

Value Checks

Type Checks

Permission Checks

Function Reference

FunctionDescription
is::someCheck if a value is not none (has some value)
is::noneCheck if a value is none (has no value)
is::typeCheck if a value is of a specified type
is::rootCheck if the current user has root privileges
is::anonymousCheck if the current user is anonymous (not authenticated)