uncommon-brevity¶
- $max-int Constant¶
Equivalent to
$maximum-integer
.
- $min-int Constant¶
Equivalent to
$minimum-integer
.
- bool? Function¶
- <char> Constant¶
Equivalent to
<character>
.
- <char?> Constant¶
Equivalent to
false-or(<char>)
.
- char? Function¶
- <func> Constant¶
Equivalent to
<function>
.
- <func?> Constant¶
Equivalent to
false-or(<function>)
.
- func? Function¶
- <int?> Constant¶
Equivalent to
false-or(<int>)
.
- int? Function¶
- <seq> Constant¶
Equivalent to
<sequence>
.
- <seq?> Constant¶
Equivalent to
false-or(<seq>)
.
- seq? Function¶
- <string?> Constant¶
Equivalent to
false-or(<string>)
.
- string? Function¶
- <symbol?> Constant¶
Equivalent to
false-or(<symbol>)
.
- symbol? Function¶
- <vector*> Constant¶
Equivalent to
<stretchy-vector>
.
- <vector*?> Constant¶
Equivalent to
false-or(<vector*>)
.
- vector*? Function¶
- concat Constant¶
Equivalent to
concatenate
.