v0.6.0
StaticTools v0.6.0
- Breaking changes to syntax of
fread!
- Add
fwrite
function based on libc fwrite fread!
(and the newfwrite
) are now generalized to read and write data to and from arrays as well as strings- Update
read
andwrite
methods for StaticTools types where relevant - Add new
StackArray
andMallocArray
constructors
from existingAbstractArrays