示例#1
0
 /// <summary>
 /// Removes one level of structure, projecting its bound value into the outer level.
 /// </summary>
 public static Outcome <T> Flatten <T>(this Outcome <Outcome <T> > @this)
 => Outcome <T> .μ(@this);