Function NativeArrayExtensions.BitwiseAndWith
        
                BitwiseAndWith
        
                (this NativeArray<bool> self, NativeArray<bool> other)
    
            
            this[i] &= other[i]
                Public
                    Static