MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / Deque

Method Deque

src/hx/Thread.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15struct Deque : public Array_obj<Dynamic>
16{
17 Deque() : Array_obj<Dynamic>(0,0) { }
18
19 static Deque *Create()
20 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected