Convert a GLib GArray to a D array.
The type of elements in the array
The ownership of the GArray, None (default): do nothing with it, Container: free container only, Full: unref
The GArray instance
D array of the given type
Convert a GLib GArray to a D array.