Description Usage Arguments Value
Test object inheritance
1 2 3 4 5 | is_enum(x)
is_numeric_enum(x)
is_generic_enum(x)
|
x |
object to check |
TRUE if the object inherits from the enum class, and FALSE if it does not.
TRUE if the object inherits from the numeric enum class, and FALSE if it does not.
TRUE if the object inherits from the generic enum class, and FALSE if it does not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.