We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb73b62 commit ba62e6eCopy full SHA for ba62e6e
std/typecons.d
@@ -3445,9 +3445,9 @@ if (is (typeof(nullValue) == T))
3445
/**
3446
Unpacks the content of a $(D Nullable), performs an operation and packs it again. Does nothing if isNull.
3447
3448
-When called on a $(D Nullable), `apply` will unpack the value contained in the $(D Nullable),
3449
-pass it to the function you provide and wrap the result in another $(D Nullable) (if necessary).
3450
-If the Nullable is null, `apply` will return null itself.
+When called on a `Nullable`, `apply` will unpack the value contained in the `Nullable`,
+pass it to the function you provide and wrap the result in another `Nullable` (if necessary).
+If the `Nullable` is null, `apply` will return null itself.
3451
3452
Params:
3453
t = a `Nullable`
0 commit comments