Skip to content

Commit e704f04

Browse files
committed
add primitive refs package
1 parent 7bef333 commit e704f04

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
Simple wrappers for primitive types, which allows them to be used by the
3+
allocator.
4+
*/
5+
package PrimitiveRefs
6+
7+
public class Ref<T:>
8+
T val
9+
10+
construct(T val)
11+
this.val = val

0 commit comments

Comments
 (0)