Convert a GLib GList to a D array.
The type of elements in the list
The ownership of the GList, None (default): do nothing with it, Container: free list only, Full: free list and items
The list
D array of the given type
Convert a GLib GList to a D array.