Integrated: Add guide section about array types
Jorn Vernee
jvernee at openjdk.org
Tue Apr 16 17:51:59 UTC 2024
On Tue, 16 Apr 2024 16:18:32 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: cde26650
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.org/jextract/commit/cde2665007c9d56f427bf799c7152b6579ae4628
Stats: 62 lines in 1 file changed: 61 ins; 0 del; 1 mod
Add guide section about array types
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/jextract/pull/236
More information about the jextract-dev
mailing list