Function NativeArrayExtensions.BitwiseAndWith

BitwiseAndWith (this NativeArray<bool> self, NativeArray<bool> other)

this[i] &= other[i]

Public Static
JobAND BitwiseAndWith (

this NativeArray<bool>

self

NativeArray<bool>

other

)

this[i] &= other[i]