René's URL Explorer Experiment


Title: types package - github.com/dispatchrun/coroutine/types - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage types contains the infrastructure needed to support serialization of Go types.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/dispatchrun/coroutine/types#main-content
Why Go https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Why Go https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Docs https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Community https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/dispatchrun/coroutinehttps://pkg.go.dev/github.com/dispatchrun/coroutine
types https://pkg.go.dev/github.com/dispatchrun/coroutine@v0.9.3/types
https://go.dev/
Version: v0.9.3 https://pkg.go.dev/github.com/dispatchrun/coroutine/types?tab=versions
Go to latest https://pkg.go.dev/github.com/dispatchrun/coroutine/types
Apache-2.0https://pkg.go.dev/github.com/dispatchrun/coroutine/types?tab=licenses
Imports: 16 https://pkg.go.dev/github.com/dispatchrun/coroutine/types?tab=imports
Imported by: 3 https://pkg.go.dev/github.com/dispatchrun/coroutine/types?tab=importedby
go.modhttps://github.com/dispatchrun/coroutine/tree/v0.9.3/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/dispatchrun/coroutine https://github.com/dispatchrun/coroutine
Open Source Insights https://deps.dev/go/github.com%2Fdispatchrun%2Fcoroutine/v0.9.3
Documentation https://pkg.go.dev/github.com/dispatchrun/coroutine/types#section-documentation
Overviewhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-overview
Index https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-index
Constants https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-constants
Variables https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-variables
Functions https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-functions
Deserialize(b) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserialize
DeserializeTo(d, x) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializeTo
FuncAddr(fn) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncAddr
Register(serializer, deserializer) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Register
RegisterClosure(name) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#RegisterClosure
RegisterFunc(name) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#RegisterFunc
Serialize(x) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serialize
SerializeT(s, x) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#SerializeT
Types https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-types
type Deserializer https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserializer
type DeserializerFunc https://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializerFunc
type Field https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
(f) Anonymous() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Anonymous
(f) Name() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Name
(f) Offset() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Offset
(f) Package() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Package
(f) Tag() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Tag
(f) Type() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Type
type Func https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Func
FuncByAddr(addr) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncByAddr
FuncByName(name) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncByName
type Function https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
(f) ClosureType() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.ClosureType
(f) Index() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Index
(f) Name() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Name
(f) String() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.String
(f) Type() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Type
type Region https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
(t) Index() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Index
(r) Scan() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Scan
(r) Size() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Size
(r) String() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.String
(r) Type() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Type
type Scanner https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
(s) Bool() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Bool
(s) Cap() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Cap
(s) Close() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Close
(s) Complex64() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Complex64
(s) Complex128() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Complex128
(s) Custom() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Custom
(s) Depth() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Depth
(s) Field() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Field
(s) Float32() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Float32
(s) Float64() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Float64
(s) Function() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Function
(s) Int() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int
(s) Int8() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int8
(s) Int16() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int16
(s) Int32() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int32
(s) Int64() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int64
(s) Kind() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Kind
(s) Len() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Len
(s) Next() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Next
(s) Nil() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Nil
(s) Pos() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Pos
(s) Region() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Region
(s) Type() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Type
(s) Uint() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint
(s) Uint8() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint8
(s) Uint16() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint16
(s) Uint32() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint32
(s) Uint64() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint64
(s) Uintptr() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uintptr
type Serializer https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serializer
type SerializerFunc https://pkg.go.dev/github.com/dispatchrun/coroutine/types#SerializerFunc
type State https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
Inspect(b) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Inspect
(s) Arch() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Arch
(s) BuildID() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.BuildID
(s) Function(i) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Function
(s) NumFunction() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumFunction
(s) NumRegion() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumRegion
(s) NumString() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumString
(s) NumType() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumType
(s) OS() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.OS
(s) Region(i) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Region
(s) Root() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Root
(s) String(i) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.String
(s) Type(i) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Type
type Type https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
(t) ChanDir() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.ChanDir
(t) Elem() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Elem
(t) Field(i) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Field
(t) Format(s, v) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Format
(t) Index() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Index
(t) Key() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Key
(t) Kind() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Kind
(t) Len() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Len
(t) MemoryOffset() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.MemoryOffset
(t) Name() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Name
(t) NumField() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumField
(t) NumParam() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumParam
(t) NumResult() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumResult
(t) Opaque() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Opaque
(t) Package() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Package
(t) Param(i) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Param
(t) Result(i) https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Result
(t) Variadic() https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Variadic
Source Files https://pkg.go.dev/github.com/dispatchrun/coroutine/types#section-sourcefiles
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#section-documentation
Rendered forhttps://go.dev/about#build-context
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-overview
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-index
Variableshttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-variables
func Deserialize(b []byte) (x interface{}, err error)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserialize
func DeserializeTo[T any](d *Deserializer, x *T)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializeTo
func FuncAddr(fn any) uintptrhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncAddr
func Register[T any](serializer SerializerFunc[T], deserializer DeserializerFunc[T])https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Register
func RegisterClosure[Type, Closure any](name string)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#RegisterClosure
func RegisterFunc[Type any](name string)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#RegisterFunc
func Serialize(x any) ([]byte, error)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serialize
func SerializeT[T any](s *Serializer, x T)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#SerializeT
type Deserializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserializer
type DeserializerFunchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializerFunc
type Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
func (f *Field) Anonymous() boolhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Anonymous
func (f *Field) Name() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Name
func (f *Field) Offset() uint64https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Offset
func (f *Field) Package() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Package
func (f *Field) Tag() reflect.StructTaghttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Tag
func (f *Field) Type() *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Type
type Funchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Func
func FuncByAddr(addr uintptr) *Funchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncByAddr
func FuncByName(name string) *Funchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncByName
type Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
func (f *Function) ClosureType() *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.ClosureType
func (f *Function) Index() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Index
func (f *Function) Name() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Name
func (f *Function) String() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.String
func (f *Function) Type() *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Type
type Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
func (t *Region) Index() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Index
func (r *Region) Scan() *Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Scan
func (r *Region) Size() int64https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Size
func (r *Region) String() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.String
func (r *Region) Type() *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Type
type Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
func (s *Scanner) Bool() boolhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Bool
func (s *Scanner) Cap() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Cap
func (s *Scanner) Close() errorhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Close
func (s *Scanner) Complex64() complex64https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Complex64
func (s *Scanner) Complex128() complex128https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Complex128
func (s *Scanner) Custom() boolhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Custom
func (s *Scanner) Depth() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Depth
func (s *Scanner) Field() *Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Field
func (s *Scanner) Float32() float32https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Float32
func (s *Scanner) Float64() float64https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Float64
func (s *Scanner) Function() *Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Function
func (s *Scanner) Int() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int
func (s *Scanner) Int8() int8https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int8
func (s *Scanner) Int16() int16https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int16
func (s *Scanner) Int32() int32https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int32
func (s *Scanner) Int64() int64https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int64
func (s *Scanner) Kind() reflect.Kindhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Kind
func (s *Scanner) Len() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Len
func (s *Scanner) Next() boolhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Next
func (s *Scanner) Nil() boolhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Nil
func (s *Scanner) Pos() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Pos
func (s *Scanner) Region() (*Region, int64)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Region
func (s *Scanner) Type() *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Type
func (s *Scanner) Uint() uinthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint
func (s *Scanner) Uint8() uint8https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint8
func (s *Scanner) Uint16() uint16https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint16
func (s *Scanner) Uint32() uint32https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint32
func (s *Scanner) Uint64() uint64https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint64
func (s *Scanner) Uintptr() uintptrhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uintptr
type Serializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serializer
type SerializerFunchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#SerializerFunc
type Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
func Inspect(b []byte) (*State, error)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Inspect
func (s *State) Arch() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Arch
func (s *State) BuildID() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.BuildID
func (s *State) Function(i int) *Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Function
func (s *State) NumFunction() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumFunction
func (s *State) NumRegion() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumRegion
func (s *State) NumString() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumString
func (s *State) NumType() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumType
func (s *State) OS() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.OS
func (s *State) Region(i int) *Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Region
func (s *State) Root() *Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Root
func (s *State) String(i int) stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.String
func (s *State) Type(i int) *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Type
type Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
func (t *Type) ChanDir() reflect.ChanDirhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.ChanDir
func (t *Type) Elem() *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Elem
func (t *Type) Field(i int) *Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Field
func (t *Type) Format(s fmt.State, v rune)https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Format
func (t *Type) Index() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Index
func (t *Type) Key() *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Key
func (t *Type) Kind() reflect.Kindhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Kind
func (t *Type) Len() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Len
func (t *Type) MemoryOffset() uint64https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.MemoryOffset
func (t *Type) Name() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Name
func (t *Type) NumField() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumField
func (t *Type) NumParam() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumParam
func (t *Type) NumResult() inthttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumResult
func (t *Type) Opaque() boolhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Opaque
func (t *Type) Package() stringhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Package
func (t *Type) Param(i int) *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Param
func (t *Type) Result(i int) *Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Result
func (t *Type) Variadic() boolhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Variadic
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-constants
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-variables
View Sourcehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go#L24
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-functions
Deserializehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go#L69
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserialize
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
DeserializeTohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go#L245
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializeTo
anyhttps://pkg.go.dev/builtin#any
Deserializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserializer
FuncAddrhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/func.go#L90
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncAddr
anyhttps://pkg.go.dev/builtin#any
uintptrhttps://pkg.go.dev/builtin#uintptr
Registerhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/custom.go#L43
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Register
anyhttps://pkg.go.dev/builtin#any
SerializerFunchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#SerializerFunc
DeserializerFunchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializerFunc
Registerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Register
Serializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serializer
Deserializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserializer
Serializehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serialize
DeserializeTohttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializeTo
RegisterClosurehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/func.go#L65
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#RegisterClosure
anyhttps://pkg.go.dev/builtin#any
stringhttps://pkg.go.dev/builtin#string
RegisterFunchttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/func.go#L56
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#RegisterFunc
anyhttps://pkg.go.dev/builtin#any
stringhttps://pkg.go.dev/builtin#string
Serializehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go#L42
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serialize
anyhttps://pkg.go.dev/builtin#any
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Deserializehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserialize
SerializeThttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go#L229
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#SerializeT
anyhttps://pkg.go.dev/builtin#any
Serializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serializer
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#pkg-types
Deserializerhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go#L98
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserializer
DeserializerFunchttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/custom.go#L20
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#DeserializerFunc
anyhttps://pkg.go.dev/builtin#any
Deserializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserializer
errorhttps://pkg.go.dev/builtin#error
Deserializehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserialize
Deserializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Deserializer
Fieldhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L503
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
Anonymoushttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L537
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Anonymous
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
boolhttps://pkg.go.dev/builtin#bool
Namehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L509
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Name
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
stringhttps://pkg.go.dev/builtin#string
Offsethttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L531
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Offset
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
uint64https://pkg.go.dev/builtin#uint64
Packagehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L518
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Package
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
stringhttps://pkg.go.dev/builtin#string
Taghttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L542
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Tag
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
reflecthttps://pkg.go.dev/reflect
StructTaghttps://pkg.go.dev/reflect#StructTag
Typehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L526
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field.Type
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Funchttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/func.go#L15
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Func
uintptrhttps://pkg.go.dev/builtin#uintptr
stringhttps://pkg.go.dev/builtin#string
reflecthttps://pkg.go.dev/reflect
Typehttps://pkg.go.dev/reflect#Type
reflecthttps://pkg.go.dev/reflect
Typehttps://pkg.go.dev/reflect#Type
FuncByAddrhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/func.go#L118
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncByAddr
uintptrhttps://pkg.go.dev/builtin#uintptr
Funchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Func
FuncByNamehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/func.go#L109
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#FuncByName
stringhttps://pkg.go.dev/builtin#string
Funchttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Func
Functionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L547
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
ClosureTypehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L578
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.ClosureType
Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Indexhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L562
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Index
Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
inthttps://pkg.go.dev/builtin#int
Namehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L554
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Name
Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
stringhttps://pkg.go.dev/builtin#string
Stringhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L586
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.String
Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
stringhttps://pkg.go.dev/builtin#string
Typehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L567
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function.Type
Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Regionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L591
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
Indexhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L599
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Index
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
inthttps://pkg.go.dev/builtin#int
Scanhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L639
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Scan
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
Sizehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L629
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Size
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
int64https://pkg.go.dev/builtin#int64
Stringhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L634
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.String
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
stringhttps://pkg.go.dev/builtin#string
Typehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L604
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region.Type
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Scannerhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L648
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
Boolhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L836
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Bool
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
boolhttps://pkg.go.dev/builtin#bool
Caphttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L831
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Cap
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
inthttps://pkg.go.dev/builtin#int
Closehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L920
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Close
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
errorhttps://pkg.go.dev/builtin#error
Complex64https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L906
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Complex64
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
complex64https://pkg.go.dev/builtin#complex64
Complex128https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L913
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Complex128
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
complex128https://pkg.go.dev/builtin#complex128
Customhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L815
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Custom
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
boolhttps://pkg.go.dev/builtin#bool
Depthhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L784
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Depth
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
inthttps://pkg.go.dev/builtin#int
Fieldhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L804
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Field
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
Float32https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L896
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Float32
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
float32https://pkg.go.dev/builtin#float32
Float64https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L901
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Float64
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
float64https://pkg.go.dev/builtin#float64
Functionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L809
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Function
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
Inthttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L841
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
inthttps://pkg.go.dev/builtin#int
Int8https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L846
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int8
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
int8https://pkg.go.dev/builtin#int8
Int16https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L851
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int16
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
int16https://pkg.go.dev/builtin#int16
Int32https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L856
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int32
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
int32https://pkg.go.dev/builtin#int32
Int64https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L861
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Int64
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
int64https://pkg.go.dev/builtin#int64
Kindhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L789
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Kind
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
reflecthttps://pkg.go.dev/reflect
Kindhttps://pkg.go.dev/reflect#Kind
Lenhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L826
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Len
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
inthttps://pkg.go.dev/builtin#int
Nexthttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L693
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Next
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
boolhttps://pkg.go.dev/builtin#bool
Nilhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L820
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Nil
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
boolhttps://pkg.go.dev/builtin#bool
Poshttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L779
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Pos
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
inthttps://pkg.go.dev/builtin#int
Regionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L794
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Region
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
int64https://pkg.go.dev/builtin#int64
Typehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L799
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Type
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Uinthttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L866
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
uinthttps://pkg.go.dev/builtin#uint
Uint8https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L871
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint8
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
uint8https://pkg.go.dev/builtin#uint8
Uint16https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L876
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint16
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
uint16https://pkg.go.dev/builtin#uint16
Uint32https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L881
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint32
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
uint32https://pkg.go.dev/builtin#uint32
Uint64https://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L886
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uint64
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
uint64https://pkg.go.dev/builtin#uint64
Uintptrhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L891
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner.Uintptr
Scannerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Scanner
uintptrhttps://pkg.go.dev/builtin#uintptr
Serializerhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go#L168
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serializer
SerializerFunchttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/custom.go#L15
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#SerializerFunc
anyhttps://pkg.go.dev/builtin#any
Serializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serializer
errorhttps://pkg.go.dev/builtin#error
Serializehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serialize
Serializerhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Serializer
Statehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L26
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
Inspecthttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L17
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Inspect
bytehttps://pkg.go.dev/builtin#byte
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
errorhttps://pkg.go.dev/builtin#error
Archhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L41
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Arch
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
stringhttps://pkg.go.dev/builtin#string
BuildIDhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L31
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.BuildID
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
stringhttps://pkg.go.dev/builtin#string
Functionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L69
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Function
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
Functionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Function
NumFunctionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L64
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumFunction
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
NumRegionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L82
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumRegion
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
NumStringhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L99
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumString
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
NumTypehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L46
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.NumType
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
OShttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L36
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.OS
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
stringhttps://pkg.go.dev/builtin#string
Regionhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L87
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Region
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
Roothttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L112
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Root
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
Regionhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Region
Stringhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L104
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.String
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
stringhttps://pkg.go.dev/builtin#string
Typehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L51
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#State.Type
Statehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#State
inthttps://pkg.go.dev/builtin#int
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Typehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L121
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
ChanDirhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L280
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.ChanDir
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
reflecthttps://pkg.go.dev/reflect
ChanDirhttps://pkg.go.dev/reflect#ChanDir
Elemhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L210
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Elem
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Fieldhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L231
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Field
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
Fieldhttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Field
Formathttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L306
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Format
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
fmthttps://pkg.go.dev/fmt
Statehttps://pkg.go.dev/fmt#State
runehttps://pkg.go.dev/builtin#rune
Indexhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L129
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Index
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
Keyhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L218
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Key
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Kindhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L150
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Kind
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
reflecthttps://pkg.go.dev/reflect
Kindhttps://pkg.go.dev/reflect#Kind
Lenhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L268
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Len
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
MemoryOffsethttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L275
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.MemoryOffset
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
uint64https://pkg.go.dev/builtin#uint64
Namehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L134
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Name
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
stringhttps://pkg.go.dev/builtin#string
NumFieldhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L226
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumField
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
NumParamhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L242
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumParam
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
NumResulthttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L255
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.NumResult
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
Opaquehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L301
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Opaque
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
boolhttps://pkg.go.dev/builtin#bool
Packagehttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L142
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Package
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
stringhttps://pkg.go.dev/builtin#string
Paramhttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L247
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Param
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Resulthttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L260
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Result
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
inthttps://pkg.go.dev/builtin#int
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
Variadichttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go#L294
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type.Variadic
Typehttps://pkg.go.dev/github.com/dispatchrun/coroutine/types#Type
boolhttps://pkg.go.dev/builtin#bool
https://pkg.go.dev/github.com/dispatchrun/coroutine/types#section-sourcefiles
View all Source fileshttps://github.com/dispatchrun/coroutine/tree/v0.9.3/types
buildid.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/buildid.go
codec.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/codec.go
custom.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/custom.go
func.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/func.go
inspect.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/inspect.go
obj_linux.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/obj_linux.go
reflect.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/reflect.go
scan.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/scan.go
serde.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/serde.go
string.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/string.go
types.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/types.go
unsafe.gohttps://github.com/dispatchrun/coroutine/blob/v0.9.3/types/unsafe.go
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.