Skip to content

v0.2.2

Choose a tag to compare

@jakobnissen jakobnissen released this 18 Nov 09:19
  • 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)