We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297c07c commit 4cfd2a6Copy full SHA for 4cfd2a6
docs/src/internals/varnamedtuple.md
@@ -7,9 +7,9 @@ This document collects thoughts and ideas for how to unify our multitude of Abst
7
We currently have the following AbstractVarInfo types:
8
9
- A: VarInfo with Metadata
10
- - B: VarInfo with VarNamedTuple
+ - B: VarInfo with VarNamedVector
11
- C: VarInfo with NamedTuple, with values being Metadata
12
- - D: VarInfo with NamedTuple, with values being VarNamedTuple
+ - D: VarInfo with NamedTuple, with values being VarNamedVector
13
- E: SimpleVarInfo with NamedTuples
14
- F: SimpleVarInfo with OrderedDict
15
0 commit comments