================ uncommon-brevity ================ .. current-library:: uncommon-dylan .. current-module:: uncommon-brevity .. constant:: $max-int Equivalent to :drm:`$maximum-integer`. .. constant:: $min-int Equivalent to :drm:`$minimum-integer`. .. constant:: Equivalent to :drm:``. .. function:: bool? :signature: bool? (x) => (b) :parameter x: An instance of :drm:``. :value b: An instance of :const:``. .. constant:: Equivalent to :drm:``. .. constant:: Equivalent to ``false-or()``. .. function:: char? :signature: char? (object) => (bool) :parameter object: An instance of :drm:``. :value bool: An instance of :const:``. .. constant:: Equivalent to :drm:``. .. constant:: Equivalent to ``false-or()``. .. function:: func? :signature: func? (x) => (b) :parameter x: An instance of :drm:``. :value b: An instance of :const:``. .. constant:: Equivalent to :drm:``. .. constant:: Equivalent to ``false-or()``. .. function:: int? :signature: int? (x) => (b) :parameter x: An instance of :drm:``. :value b: An instance of :const:``. .. constant:: Equivalent to :drm:``. .. constant:: Equivalent to ``false-or()``. .. function:: seq? :signature: seq? (x) => (b) :parameter x: An instance of :drm:``. :value b: An instance of :const:``. .. constant:: Equivalent to ``false-or()``. .. function:: string? :signature: string? (x) => (b) :parameter x: An instance of :drm:``. :value b: An instance of :const:``. .. constant:: Equivalent to ``false-or()``. .. function:: symbol? :signature: symbol? (x) => (b) :parameter x: An instance of :drm:``. :value b: An instance of :const:``. .. constant:: Equivalent to :drm:``. .. constant:: Equivalent to ``false-or()``. .. function:: vector*? :signature: vector*? (x) => (b) :parameter x: An instance of :drm:``. :value b: An instance of :const:``. .. constant:: concat Equivalent to :drm:`concatenate`.