Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSArray(BeeExtension) tail: count; unique; unique:compare #115

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

NSArray(BeeExtension) tail: count; unique; unique:compare #115

wants to merge 6 commits into from

Conversation

sunchao367182922
Copy link

NSArray(BeeExtension) head: count //优化

NSArray(BeeExtension) head: count  //优化
- (void)unique
- (void)unique:(NSMutableArrayCompareBlock)compare
bug修复及优化

bug列表
1:
    @[@"3",@"2",@"1",@"1",@"2",@"3",@"1"];
    @[@"a",@"b",@"c",@"c",@"b",@"a",@"a"];       当数组结构像这样时,   removeObject:@"1",   将删除所有@"1"元素,   最终返回一个空数组
@sunchao367182922 sunchao367182922 changed the title NSArray(BeeExtension) tail: count //count超出数组大小判断 NSArray(BeeExtension) tail: count; unique; unique:compare Jan 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant