示例#1
0
 public static EditableValue <T?> AsNullable <T>(this EditableValue <T> value) where T : struct =>
 value.Map(Functions.NullableId);