Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add elems to P6opaque.
  • Loading branch information
donaldh committed May 16, 2014
1 parent 53eae59 commit 612cf2d
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -112,6 +112,9 @@ public SixModelObject assDelegate() {
throw new RuntimeException("This type does not support associative operations");
}

public long elems(ThreadContext tc) {
return posDelegate().elems(tc);
}
public SixModelObject at_pos_boxed(ThreadContext tc, long index) {
return posDelegate().at_pos_boxed(tc, index);
}
Expand Down

0 comments on commit 612cf2d

Please sign in to comment.