1.0.4
Version 1.0.4
- Added the
UnmanagedPointerArray<T>struct used to manipulate array of pointers. - Marked all properties as
readonlyas they don't modify the state of the structs. - Use the new
namespacesyntax for less indentation levels.
UnmanagedPointerArray<T> struct used to manipulate array of pointers.readonly as they don't modify the state of the structs.namespace syntax for less indentation levels.