We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c121798 commit ecaa9dcCopy full SHA for ecaa9dc
1 file changed
crates/mac_core/src/dict.rs
@@ -75,6 +75,7 @@ cfty! {
75
}
76
77
impl<K: CoreType, V: CoreType> CFDictionary<K, V> {
78
+ // TODO: Bind the keys/values of P to K and V
79
/// Create a new [`CFDictionary`] that contains the provided key/value pairs.
80
pub fn new<P: Pairs>(pairs: P) -> CFDictionary<K, V> {
81
let (keys, values) = pairs.into_pairs();
0 commit comments