Package dafny
Class Tuple2<T0,T1>
java.lang.Object
dafny.Tuple2<T0,T1>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T0,T1> TypeDescriptor<Tuple2<T0, T1>> _typeDescriptor(TypeDescriptor<T0> _td_T0, TypeDescriptor<T1> _td_T1) static <T0,T1> Tuple2<T0, T1> create(T0 _0, T1 _1) static <T0,T1> Tuple2<T0, T1> Default(T0 _default_T0, T1 _default_T1) dtor__0()dtor__1()booleaninthashCode()toString()
-
Constructor Details
-
Tuple2
-
-
Method Details
-
_typeDescriptor
public static <T0,T1> TypeDescriptor<Tuple2<T0,T1>> _typeDescriptor(TypeDescriptor<T0> _td_T0, TypeDescriptor<T1> _td_T1) -
Default
-
create
-
equals
-
toString
-
hashCode
public int hashCode() -
dtor__0
-
dtor__1
-