Example #1
0
 public static int LeadingZeroCount(ulong value) =>
 IntrinsicMath.LeadingZeroCount(value);