(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 is a website building & hosting documentation for Clojure/Script libraries
× close