Files
swift-mirror/test/Interop/Cxx/stdlib/overlay/Inputs/module.modulemap
Egor Zhdan bc16131166 [cxx-interop] Add CxxRandomAccessCollection protocol
This helps to bridge C++ random access collections, such as `std::vector` and `std::string`, to Swift by conforming them to `Swift.RandomAccessCollection`
2022-10-14 17:39:37 +01:00

7 lines
173 B
Plaintext

module CustomSequence {
header "custom-iterator.h" // TODO: extract into another module
header "custom-sequence.h"
header "custom-collection.h"
requires cplusplus
}