예제 #1
0
파일: tbv_pop.cs 프로젝트: 0xCM/arrows
 public void pop128()
 {
     var bv = Random.BitVector128();
     var p1 = bv.Pop();
 }