# Generated by roxygen2: do not edit by hand

S3method("$",DequeLMeta)
S3method("$",DequeMeta)
S3method("$",DictLMeta)
S3method("$",DictMeta)
S3method("$",OrderedDictLMeta)
S3method("$",OrderedDictMeta)
S3method("$",PriorityQueueMeta)
S3method("$",QueueLMeta)
S3method("$",QueueMeta)
S3method("$",StackLMeta)
S3method("$",StackMeta)
export(Deque)
export(DequeL)
export(Dict)
export(DictL)
export(OrderedDict)
export(OrderedDictL)
export(PriorityQueue)
export(Queue)
export(QueueL)
export(Stack)
export(StackL)
importFrom(utils,hasName)
importFrom(xptr,null_xptr)
useDynLib(collections, .registration = TRUE, .fixes = "C_")
