Skip to content

Commit 2f875fd

Browse files
committed
add feature link type entity
1 parent 03711e8 commit 2f875fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

+nix/LinkType.m

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)