(byte-array-file-load->model byte-model load-fn)
Given the saved bytes and a load fn that takes 1 argument, where to load the file, produce a model.
Given the saved bytes and a load fn that takes 1 argument, where to load the file, produce a model.
(model-file-save->byte-array save-fn)
Given a save fn that takes 1 argument, where to save the file, produce a byte array.
Given a save fn that takes 1 argument, where to save the file, produce a byte array.
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 |