is.mlx.Rd
Test if object is an MLX array
is.mlx(x)
Object to test
Logical
x <- as_mlx(matrix(1:4, 2, 2)) is.mlx(x) #> [1] TRUE