mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[ASWeakSet] Refactor to use NSHashTable (#1976)
[ASWeakSet] Tweak it [ASWeakSet] Simplify
This commit is contained in:
@@ -35,10 +35,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (NSArray *)allObjects;
|
||||
|
||||
/**
|
||||
How many objects are contained in this set.
|
||||
* How many objects are contained in this set.
|
||||
|
||||
NOTE: This method is O(N). Consider using the `empty`
|
||||
property.
|
||||
* NOTE: This computed property is O(N). Consider using the `empty` property.
|
||||
*/
|
||||
@property (nonatomic, readonly) NSUInteger count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user