|
@@ -10,7 +10,6 @@ namespace Invercargill {
|
|
}
|
|
}
|
|
|
|
|
|
int location = (int)constructor;
|
|
int location = (int)constructor;
|
|
- print(@"Location=$location\n");
|
|
|
|
NativeElement<T> element;
|
|
NativeElement<T> element;
|
|
if(!cache.try_get(location, out element)) {
|
|
if(!cache.try_get(location, out element)) {
|
|
element = new NativeElement<T>(constructor());
|
|
element = new NativeElement<T>(constructor());
|