PriorityQueue.memUsage

Allocated heap memory in bytes. This is recursive if V has a .memUsage property.

struct PriorityQueue(V, alias _pred = "a < b")
const pure nothrow @property @trusted
size_t
memUsage
()

Meta