Skip to content

0.2.0

Compare
Choose a tag to compare
@SerafimArts SerafimArts released this 03 Nov 02:37
· 3 commits to master since this release
  • Add more constructor methods:
    • Type::long(...)
    • Type::ulong(...)
    • Type::longArray(...)
    • Type::ulongArray(...)
    • Type::int(...)
    • Type::uint(...)
    • Type::intArray(...)
    • Type::uintArray(...)
    • Type::short(...)
    • Type::ushort(...)
    • Type::shortArray(...)
    • Type::ushortArray(...)
  • Add simple IDE autocompletion