Beispiel #1
0
 public static int PopCount(ulong value) =>
 IntrinsicMath.PopCount(value);