| Constructor and Description |
|---|
Ref() |
| Modifier and Type | Method and Description |
|---|---|
static <T> dafny.TypeDescriptor<Ref<T>> |
_typeDescriptor(dafny.TypeDescriptor<T> _td_T) |
static <T> Ref<T> |
create_Null() |
static <T> Ref<T> |
create_Ptr(T deref) |
static <T> Ref<T> |
Default() |
T |
dtor_deref() |
boolean |
is_Null() |
boolean |
is_Ptr() |
public static <T> Ref<T> Default()
public static <T> dafny.TypeDescriptor<Ref<T>> _typeDescriptor(dafny.TypeDescriptor<T> _td_T)
public static <T> Ref<T> create_Ptr(T deref)
public static <T> Ref<T> create_Null()
public boolean is_Ptr()
public boolean is_Null()
public T dtor_deref()