Closed dukc closed 3 years ago
Motivation: I want to update LDC in Nix package repository.
The alias this of std.typecons.Nullable has been removed and now explicit .gets are required.
alias this
std.typecons.Nullable
.get
Ping @pjotrp
Thank you, lgtm.
@PetarKirov Huh? How did you end up here 😀?
Motivation: I want to update LDC in Nix package repository.
The
alias this
ofstd.typecons.Nullable
has been removed and now explicit.get
s are required.