warp.invert# warp.invert(a: Int) → Int# Kernel Compute the bitwise complement of a. warp.invert(a: Vector[Int, Any]) → Vector[Int, Any] Kernel Compute the bitwise complement of a. Apply the operation element-wise to vectors. warp.invert( a: Matrix[Int, Any, Any], ) → Matrix[Int, Any, Any] Kernel Compute the bitwise complement of a. Apply the operation element-wise to matrices.