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 is missing some properties #1818

Open
stuartmorgan opened this issue Dec 17, 2024 · 1 comment
Open

NSArray is missing some properties #1818

stuartmorgan opened this issue Dec 17, 2024 · 1 comment
Labels
lang-objective_c Related to Objective C support package:objective_c

Comments

@stuartmorgan
Copy link

The generated NSArray in objective_c is missing at least firstObject and lastObject.

@liamappelbe
Copy link
Contributor

These are probably part of an undocumented category. A lot of the core APIs put methods on categories that the official documentation says are part of the core interface.

@liamappelbe liamappelbe added this to the ffigen 17.0.0 (2025 Q1) milestone Dec 18, 2024
@liamappelbe liamappelbe added the lang-objective_c Related to Objective C support label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-objective_c Related to Objective C support package:objective_c
Projects
Status: Todo
Development

No branches or pull requests

2 participants