We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently YAML_Node has getters for scalars:
YAML_Node
The Fortran use case for 2D arrays is common enough that it is probably worth adding an accessor for this.
Possibly add an interface to get non allocatable arrays. Would need a different method name though.
Possibly also add support to get() gFTL containers:
get()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
YAML_Node
has getters for scalars:There are also getters for 1D allocatable arrays of the above except string.
The Fortran use case for 2D arrays is common enough that it is probably worth adding an accessor for this.
Possibly add an interface to get non allocatable arrays. Would need a different method name though.
Possibly also add support to
get()
gFTL containers:The text was updated successfully, but these errors were encountered: