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

crossrealm_f state

Back to all declarations

Entry

type

Value

crossrealm_f.Entry

entries

[]*crossrealm_f.Entry

Value

<zero>

NewEntry

func(key string, value int) *crossrealm_f.Entry
Open
OID
0f5bbf…f9f8:4
NewEntry details

Inspect func

Remove

func(key string) *crossrealm_f.Entry
Open
OID
0f5bbf…f9f8:7
Remove details

Inspect func

Get

func(key string) *crossrealm_f.Entry
Open
OID
0f5bbf…f9f8:8
Get details

Inspect func
Entry : type =crossrealm_f.Entry
entries : []*crossrealm_f.Entry =<zero>
NewEntry : func(key string, value int) *crossrealm_f.Entry Inspect
Add : func(e *crossrealm_f.Entry) Inspect
Remove : func(key string) *crossrealm_f.Entry Inspect
Get : func(key string) *crossrealm_f.Entry Inspect
Len : func() int Inspect