ObjFW  Diff

Differences From Artifact [0faf59214b]:

To Artifact [654a4184b9]:


66
67
68
69
70
71
72
73


74
75
76
77
78
79
80
66
67
68
69
70
71
72

73
74
75
76
77
78
79
80
81







-
+
+







		hash: (uint32_t)hash;
@end

@interface OFMapTableEnumerator ()
- (instancetype)OF_initWithMapTable: (OFMapTable *)mapTable
			    buckets: (struct of_map_table_bucket **)buckets
			   capacity: (uint32_t)capacity
		   mutationsPointer: (unsigned long *)mutationsPtr;
		   mutationsPointer: (unsigned long *)mutationsPtr
    OF_METHOD_FAMILY(init);
@end

@interface OFMapTableKeyEnumerator: OFMapTableEnumerator
@end

@interface OFMapTableObjectEnumerator: OFMapTableEnumerator
@end