clj-uuid.bitmop
dpb
(dpb bitmask num value)
Deposit Byte +clj-uuid.bitmop documentation Generated by Codox
clj-uuid 0.1.4 API documentation
\ No newline at end of file diff --git a/doc/api/clj-uuid.clock.html b/doc/api/clj-uuid.clock.html index 6de2181..54122f1 100644 --- a/doc/api/clj-uuid.clock.html +++ b/doc/api/clj-uuid.clock.html @@ -1,3 +1,3 @@ -clj-uuid.bitmop
clj-uuid.clock documentation Generated by Codox
clj-uuid 0.1.3-SNAPSHOT API documentation
clj-uuid.clock
->State
(->State seqid millis)
Positional factory function for class clj_uuid.clock.State. +clj-uuid.clock documentation Generated by Codox
clj-uuid 0.1.4 API documentation
\ No newline at end of file diff --git a/doc/api/clj-uuid.constants.html b/doc/api/clj-uuid.constants.html index 4d8063d..9988395 100644 --- a/doc/api/clj-uuid.constants.html +++ b/doc/api/clj-uuid.constants.html @@ -1,2 +1,2 @@ -clj-uuid.clock
->State
(->State seqid millis)
Positional factory function for class clj_uuid.clock.State.clj-uuid.constants documentation Generated by Codox
clj-uuid 0.1.3-SNAPSHOT API documentation
\ No newline at end of file +clj-uuid.constants
clj-uuid.constants documentation Generated by Codox
clj-uuid 0.1.4 API documentation
\ No newline at end of file diff --git a/doc/api/clj-uuid.html b/doc/api/clj-uuid.html index b547627..0035c6c 100644 --- a/doc/api/clj-uuid.html +++ b/doc/api/clj-uuid.html @@ -1,5 +1,5 @@ -clj-uuid.constants
clj-uuid documentation Generated by Codox
clj-uuid 0.1.3-SNAPSHOT API documentation
clj-uuid
monotonic-time
(monotonic-time)
Return a monotonic timestamp (guaranteed always increasing) based on +clj-uuid documentation Generated by Codox
clj-uuid 0.1.4 API documentation
clj-uuid
monotonic-time
(monotonic-time)
Return a monotonic timestamp (guaranteed always increasing) based on the number of 100-nanosecond intervals since the adoption of the Gregorian calendar in the West, 12:00am Friday October 15, 1582 UTC.squuid
(squuid)
Generate a SQUUID (sequential, random) unique identifier. SQUUID's diff --git a/doc/api/clj-uuid.node.html b/doc/api/clj-uuid.node.html index b360a6a..0d4dab0 100644 --- a/doc/api/clj-uuid.node.html +++ b/doc/api/clj-uuid.node.html @@ -1,2 +1,2 @@ -clj-uuid.node documentation \ No newline at end of file +Generated by Codox
clj-uuid 0.1.3-SNAPSHOT API documentation
clj-uuid.node documentation \ No newline at end of file diff --git a/doc/api/clj-uuid.util.html b/doc/api/clj-uuid.util.html index 368f459..806db40 100644 --- a/doc/api/clj-uuid.util.html +++ b/doc/api/clj-uuid.util.html @@ -1,5 +1,5 @@ -Generated by Codox
clj-uuid 0.1.4 API documentation
clj-uuid.util documentation Generated by Codox
clj-uuid 0.1.3-SNAPSHOT API documentation
clj-uuid.util
compile-if
macro
(compile-if exp then else)
Evaluate `exp` and if it returns logical true and doesn't error, expand to +clj-uuid.util documentation Generated by Codox
clj-uuid 0.1.4 API documentation
clj-uuid.util
compile-if
macro
(compile-if exp then else)
Evaluate `exp` and if it returns logical true and doesn't error, expand to `then` otherwise expand to `else`. credit: <clojure/src/clj/clojure/core/reducers.clj#L24> diff --git a/doc/api/index.html b/doc/api/index.html index 0285995..bd98b7c 100644 --- a/doc/api/index.html +++ b/doc/api/index.html @@ -1,5 +1,5 @@ -clj-uuid 0.1.3-SNAPSHOT API documentation Generated by Codox
clj-uuid 0.1.3-SNAPSHOT API documentation
clj-uuid 0.1.3-SNAPSHOT
A Clojure library for generation and utilization of +
clj-uuid 0.1.4 API documentation Generated by Codox
clj-uuid 0.1.4 API documentation
clj-uuid 0.1.4
A Clojure library for generation and utilization of UUIDs (Universally Unique Identifiers) as described by RFC-4122. This library extends the standard Java UUID class to provide true v1 (time based) and v3/v5 (namespace based)