We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800c44c commit ad85a8fCopy full SHA for ad85a8f
src/operations/operationutils.jl
@@ -49,6 +49,8 @@ function _handlemask!(desc, mask)
49
elseif mask isa Structural
50
mask = parent(mask)
51
desc.structural_mask = true
52
+ elseif mask == C_NULL
53
+ return C_NULL
54
end
55
56
return mask
0 commit comments