Example #1
0
 public static T DecreaseAndGetOriginal <T>(ref T value)
 => PostfixDecrement <T> .Invoke(ref value);