RFR: Add guide section about array types [v3]

Jorn Vernee jvernee at openjdk.org
Tue Apr 16 17:04:10 UTC 2024


> The current guide is missing a section discussing the special handling of array types, for which jextract generates a `$dimensions()` accessor, and indexed getters and setters.
> 
> This PR adds a section to the guide discussing this. I've put it at the end of the "Using The Code Generated By Jextract" section. I've put it before the section on nested types though, since it's a little more important I think.

Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:

  Fix samples link

-------------

Changes:
  - all: https://git.openjdk.org/jextract/pull/236/files
  - new: https://git.openjdk.org/jextract/pull/236/files/635d95f6..821cc45d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jextract&pr=236&range=02
 - incr: https://webrevs.openjdk.org/?repo=jextract&pr=236&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jextract/pull/236.diff
  Fetch: git fetch https://git.openjdk.org/jextract.git pull/236/head:pull/236

PR: https://git.openjdk.org/jextract/pull/236


More information about the jextract-dev mailing list