Documentation ¶
Index ¶
- Variables
- func Type_View_() _dafny.TypeDescriptor
- func Type_View___() _dafny.TypeDescriptor
- type CompanionStruct_Default___
- type CompanionStruct_View_
- type CompanionStruct_View___
- func (CompanionStruct_View___) Create_View_(S _dafny.Sequence, Beg uint32, End uint32) View__
- func (CompanionStruct_View___) Default() View__
- func (_static CompanionStruct_View___) Empty() View__
- func (_static CompanionStruct_View___) OfBytes(bs _dafny.Sequence) View__
- func (_static CompanionStruct_View___) OfString(s _dafny.Sequence) _dafny.Sequence
- type Data_View___
- type Default__
- type Dummy__
- type View
- type View__
- func (_this View__) At(idx uint32) uint8
- func (_this View__) Byte_q(c uint8) bool
- func (_this View__) Bytes() _dafny.Sequence
- func (_this View__) Char_q(c _dafny.Char) bool
- func (_this View__) CopyTo(dest _dafny.Array, start uint32)
- func (_this View__) Dtor_beg() uint32
- func (_this View__) Dtor_end() uint32
- func (_this View__) Dtor_s() _dafny.Sequence
- func (_this View__) Empty_q() bool
- func (_this View__) Equals(other View__) bool
- func (_this View__) EqualsGeneric(other interface{}) bool
- func (_this View__) Get_() Data_View___
- func (_this View__) Is_View() bool
- func (_this View__) Length() uint32
- func (_this View__) ParentTraits_() []*_dafny.TraitID
- func (_this View__) Peek() int16
- func (_this View__) String() string
- type View___View
Constants ¶
This section is empty.
Variables ¶
View Source
var Companion_Default___ = CompanionStruct_Default___{}
View Source
var Companion_View_ = CompanionStruct_View_{}
View Source
var Companion_View___ = CompanionStruct_View___{}
Functions ¶
func Type_View_ ¶
func Type_View_() _dafny.TypeDescriptor
func Type_View___ ¶
func Type_View___() _dafny.TypeDescriptor
Types ¶
type CompanionStruct_Default___ ¶
type CompanionStruct_Default___ struct { }
type CompanionStruct_View_ ¶
type CompanionStruct_View_ struct { }
func (*CompanionStruct_View_) Witness ¶
func (_this *CompanionStruct_View_) Witness() View__
type CompanionStruct_View___ ¶
type CompanionStruct_View___ struct { }
func (CompanionStruct_View___) Create_View_ ¶
func (CompanionStruct_View___) Default ¶
func (CompanionStruct_View___) Default() View__
func (CompanionStruct_View___) Empty ¶
func (_static CompanionStruct_View___) Empty() View__
type Data_View___ ¶
type Data_View___ interface {
// contains filtered or unexported methods
}
type Default__ ¶
type Default__ struct {
// contains filtered or unexported fields
}
Definition of class Default__
func New_Default___ ¶
func New_Default___() *Default__
func (*Default__) EqualsGeneric ¶
func (*Default__) ParentTraits_ ¶
type View__ ¶
type View__ struct {
Data_View___
}
Definition of datatype View__
func (View__) EqualsGeneric ¶
func (View__) Get_ ¶
func (_this View__) Get_() Data_View___
func (View__) ParentTraits_ ¶
Click to show internal directories.
Click to hide internal directories.