Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@AnzoDK AnzoDK released this 10 Aug 14:34
· 58 commits to master since this release
  • Added arrayprint.h
    • Added PrintVector(std::vector)
      • Casts any valid type to a string and throws it at cout. Other types that doesn't have a valid cast, will be printed as bytes ordered as objects
    • Added PrintArray(T*, size_t)