Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

p_crossrealm source pure

Functions 1

Types 2

type Container

struct
1type Container struct {
2	A int
3	B Stringer
4}
source

Methods on Container

func Print

method on Container
1func (c *Container) Print()
source

func Touch

method on Container
1func (c *Container) Touch() *Container
source

type Stringer

interface
1type Stringer interface {
2	String() string
3}
source

Imports 2

  • chain/runtime stdlib
  • chain/runtime/unsafe stdlib

Source Files 2