attribute?

checks if given value is of type :attribute


Parameters

attribute? value :any

Returns

  • :logical

Examples

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

Related