Пример #1
0
 public static ClearableValue <T?> AsNullable <T>(this ClearableValue <T> value) where T : struct =>
 value.Map(Functions.NullableId);