GitHub issue: #30.
Contributed by WickedShell.
UUID type is a new type for serializing java.util.UUID type:
(let [s (spec :first-field (uuid-type))
b (compose-buffer s)
uuid (java.util.UUID/randomUUID)]
(set-field b :first-field uuid)
(get-field b :first-field))
GitHub issue: #25.
Contributed by Aaron France.
Underlying byte buffer order is now preserved by buffy.core/wrapped-buffer.
GitHub issue: #32.
Contributed by Willi Ballenthin.
GitHub issue: #28.
Contributed by Ning Sun.
GitHub issue: #31.
Contributed by WickedShell.
Can you improve this documentation? These fine people already did:
Michael Klishin & Alex PetrovEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |