Exemple #1
0
 public static ref readonly T one <T>()
     where T : unmanaged
 => ref GConst.one <T>();
Exemple #2
0
 public static ref readonly T maxval <T>()
     where T : unmanaged
 => ref GConst.maxval <T>();
Exemple #3
0
 public static ref readonly T zero <T>()
     where T : unmanaged
 => ref GConst.zero <T>();