unit?

checks if given value is of type :unit


Parameters

unit? value :any

Returns

  • :logical

Examples

copy
unit? `m ; => true

Related