Exemplo n.º 1
0
 public static NUMTYPE map <NUMTYPE, NUM, T, PRED>(NumType <NUMTYPE, NUM, T, PRED> value, Func <T, T> map)
     where NUM     : struct, Num <T>
     where PRED    : struct, Pred <T>
     where NUMTYPE : NumType <NUMTYPE, NUM, T, PRED> =>
 value.Map(map);