Ejemplo n.º 1
0
 public bool Contains(T value)
 {
     return(SimdOps <T> .Contains(InternalArray, value));
 }