Zahary Karadjov 4acc3866ed
Adds results.Opt
It turned out that Nim's Option type is broken for `not nil` and
`requiresInit` types. It will report an udesired warning due to
the way `none` is defined. The `Result` type doesn't suffer from
this problem, so I've transitioned some APIs in NBC to use the
new `results.Opt[T]` type (alias of `Result[T, void]`).

Perhaps we should renamed `Result` to `Res` to make the naming
more consistent and to allow the code to more easily fit in the
80 character per-line budget.
2020-04-22 15:43:26 +03:00
..
2019-12-20 13:23:30 +01:00
2019-12-13 15:31:19 +02:00
2019-12-13 15:31:19 +02:00
2019-12-13 15:31:19 +02:00
2020-04-10 22:40:00 +03:00
2020-01-29 02:42:50 +02:00
2019-07-06 19:12:24 +02:00
2020-04-10 22:40:00 +03:00
2019-10-23 09:36:16 +09:00
2020-04-22 15:41:42 +03:00
2019-07-06 20:45:27 +02:00
2019-07-06 19:12:24 +02:00
2020-04-07 11:43:07 +02:00
2020-04-22 15:43:26 +03:00
2019-07-06 19:12:24 +02:00

Candidates for standard library inclusion - functions and helpers that are too small to put in their own git repository