symbolLiteral?

checks if given value is of type :symbolLiteral


Parameters

symbolLiteral? value :any

Returns

  • :logical

Examples

copy
symbolLiteral? '++ ; => true

Related