mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add the rest of the ordered set documentation
This commit is contained in:
parent
c8c10d0aac
commit
063ff01f63
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