Skip to content

v0.2

Compare
Choose a tag to compare
@jakobnissen jakobnissen released this 23 Feb 16:04
· 25 commits to master since this release

Release 0.2

Breaking changes

  • SizedMemory(x) now requires that x implements sizeof

New features

  • New function memchr(x::SizedMemory, b::UInt8), which finds the first position of b in x.