func destroy()

in Benchmarks/Benchmarks/Cpp/CppPriorityQueueBenchmarks.swift [32:37]


  func destroy() {
    if let ptr = ptr {
      cpp_priority_queue_destroy(ptr)
    }
    ptr = nil
  }