mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Add the rest of the ordered set documentation
This commit is contained in:
parent
7210ae242e
commit
c8185a1656
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ GS_EXPORT_CLASS
|
|||
* Replace the object at index with object.
|
||||
*/
|
||||
- (void) replaceObjectAtIndex: (NSUInteger)index
|
||||
withObject: (GS_GENERIC_TYPE(ElementT))object;
|
||||
withObject: (GS_GENERIC_TYPE(ElementT))object;
|
||||
|
||||
/**
|
||||
* Replace objects at indexes with objects. The number of objects must correspond to the number of indexes.
|
||||
|
|
Loading…
Reference in a new issue