Instance Method
insertSubItems(_:at:) insertSubItems:atIndex: insertSubItems_atIndex_
Declaration
func insertSubItems(_ array: [GSSidebarItem], at idx: UInt)Declaration
- (void) insertSubItems:(NSArray<GSSidebarItem *> *) array atIndex:(NSUInteger) idx;Declaration
insertSubItems_atIndex_(array: list[GSSidebarItem], idx: int)