polyadic / funcky

Funcky is a Functional Library for C#
https://polyadic.github.io/funcky
Apache License 2.0
19 stars 3 forks source link

loosen restrictions on Option.TryGetValue #711

Closed FreeApophis closed 1 year ago

FreeApophis commented 1 year ago

Example

for (var module = Create(offset); moduleName.TryGetValue(out var m); m.GetNext())
{
    yield return module;
}
bash commented 1 year ago

We decided in an IRL conversatoin that: