Option
type model fields.
The Option type has two forms depending on the type of the wrapped value (see https://nim-lang.org/docs/options.html#Option). We only supported one of these previously. This commit adds support for the other type as well. Additionally, this fixes a compile error that was introduced into the use of `isSome` in the generated code after Nim 1.0.
Description
No description provided
Languages
Nim
99.3%
Makefile
0.7%