func destroy()

in Benchmarks/Benchmarks/Cpp/CppVectorBoolBenchmarks.swift [37:42]


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