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 03711e8 commit 2f875fdCopy full SHA for 2f875fd
+nix/LinkType.m
@@ -0,0 +1,10 @@
1
+classdef LinkType
2
+ %LINKTYPE nix link types
3
+
4
+ properties (Constant)
5
+ Tagged = uint8(0)
6
+ Untagged = uint8(1)
7
+ Indexed = uint8(2)
8
+ end
9
10
+end
0 commit comments