fn fromOwnedSlice(allocator: Allocator, items: []T, context: Context) Self
Dequeue takes ownership of the passed in slice. The slice must have been allocated with allocator. De-initialize with deinit.
allocator
deinit
allocator: Allocator,
items: []T,
context: Context,