[PATCH] D83449: [llvm] Add contains(KeyType) -> bool methods to Set types.

Varun Gandhi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 19:35:08 PDT 2020


varungandhi-apple added a comment.

Prior art:

- C++20: https://en.cppreference.com/w/cpp/container/set/contains
- Rust: https://doc.rust-lang.org/std/collections/struct.HashSet.html#method.contains
- Swift: https://developer.apple.com/documentation/swift/set


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83449/new/

https://reviews.llvm.org/D83449





More information about the llvm-commits mailing list