Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@jakobnissen jakobnissen released this 18 Nov 09:19
· 6 commits to master since this release
  • Add the constructors MemoryView{T}(x) and MemoryView{T, M}(x), allowing e.g. ImmutableMemoryView{UInt8}(x). These will succeed if x is backed by memory of eltype T.
  • Add a method for Iterators.reverse(::MemoryView)