attributeLabel?

checks if given value is of type :attributeLabel


Parameters

attributeLabel? value :any

Returns

  • :logical

Examples

copy
attributeLabel? first [.something: x] ; => true

Related