arik-so / ldk-parser

0 stars 2 forks source link

Make all struct fields ordered instead of a dictionary #1

Open arik-so opened 1 year ago

arik-so commented 1 year ago

In some cases, a field still does need to be accessed by its name (specifically for the comment-deduced nullability check), so perhaps they should have both a dictionary and an array?