Required Associated Typeswift 6.0.3Cxx
Size
associatedtype Size : BinaryInteger
associatedtype Size : BinaryInteger
import Cxx
protocol CxxSet<Element>
A C++ type that represents a set of values, which might be repeating.
protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
An integer type with a binary representation.
associatedtype Element
associatedtype InsertionResult
init()
func count(_ element: Self.Element) -> Self.Size
associatedtype Size