Documentation ¶
Index ¶
- type XHop
- func (x *XHop) Dup() *XHop
- func (x *XHop) Equal(x2 *XHop) bool
- func (x *XHop) Hex() string
- func (x *XHop) Hierarchy() (n int)
- func (x *XHop) IsRootXHop() bool
- func (x *XHop) MarshalJSON() ([]byte, error)
- func (x *XHop) Next() *XHop
- func (x *XHop) NextN(n uint64) *XHop
- func (x *XHop) Parent() *XHop
- func (x *XHop) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XHop ¶
type XHop struct {
// contains filtered or unexported fields
}
func NewFromHex ¶
func (*XHop) IsRootXHop ¶
func (*XHop) MarshalJSON ¶
func (*XHop) NextN ¶
pading 100...0(n 0 in total) the x different to Next(), NextN do not touch x.c used for Test_Smoke used for Test_Hierarchy
Click to show internal directories.
Click to hide internal directories.