10 namespace swift::misc::input
19 for (
const auto &actionHotkey : *
this)
44 return sameMachineKeys;
54 const CIdentifier comparison(
"comparison for local machine");
Value object encapsulating information identifying a component of a modular distributed swift process...
bool contains(const T &object) const
Return true if there is an element equal to given object. Uses the most efficient implementation avai...
void push_back(const T &value)
Appends an element at the end of the sequence.
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.