store multimethod

Methods

store(filename:Str, data:Any, encode_hints:Hash={}) Source: stdlib.ngs:6322
encode() and write() the data to the file

Returns

null (but subject to change)
store(file:File, data:Any, encode_hints:Hash={}) Source: stdlib.ngs:6327
encode() and write() the data to the file