コード例 #1
0
 public static BitSet <T> FromStringsNoAlloc(string[] values)
 {
     return(new BitSet <T>(BitSetAllocator <T> .GetBitsNoAlloc(values))
     {
     });
 }