Clj-lib 0.9.1
Util libraries for common tasks.
Installation
To install, add the following dependency to your project or build file:
[rwilson/clj-lib "0.9.1"]
Namespaces
clj-lib.core
Useful fns, of all purposes, that might be considered language extensions.
clj-lib.types
Useful utility fns for inspecting and coercing types.
Public variables and functions:
- ->bool
- ->double
- ->float
- ->int
- ->keyword
- ->long
- ->string
- ->symbol
- agent?
- bool-array?
- bool?
- byte-array?
- byte?
- double-array?
- double?
- empty?->nil
- float-array?
- float?
- int-array?
- int?
- long-array?
- long?
- pattern?
- ref?
- safe->double
- safe->float
- safe->int
- safe->long
- short-array?
- short?
- throwable?
- type-bool-array
- type-byte-array
- type-double-array
- type-float-array
- type-int-array
- type-long-array
- type-short-array