Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/g-fu
/ types & classes
Types & classes
97 in github.com/codr7/g-fu
⨍
Functions
543
◇
Types & classes
97
↓ 35 callers
TypeAlias
Int
v1/src/gfu/int.go:9
↓ 13 callers
TypeAlias
Byte
v1/src/gfu/byte.go:9
↓ 9 callers
TypeAlias
Float
v1/src/gfu/float.go:10
↓ 4 callers
TypeAlias
Char
v1/src/gfu/char.go:7
↓ 3 callers
TypeAlias
Str
v1/src/gfu/str.go:9
↓ 3 callers
TypeAlias
Vec
v1/src/gfu/vec.go:8
↓ 2 callers
TypeAlias
Nanos
v1/src/gfu/nanos.go:9
↓ 1 callers
TypeAlias
Tag
v1/src/gfu/tag.go:3
↓ 1 callers
TypeAlias
Time
v1/src/gfu/time.go:9
Struct
Abort
v1/src/gfu/restart.go:10
Struct
AbortType
v1/src/gfu/restart.go:12
Struct
Arg
v1/src/gfu/arg.go:17
Struct
ArgList
v1/src/gfu/arg.go:111
TypeAlias
ArgType
v1/src/gfu/arg.go:9
TypeAlias
Args
v1/src/gfu/arg.go:80
Struct
BasicIterType
v1/src/gfu/iter.go:5
Struct
BasicType
v1/src/gfu/type.go:43
Struct
BasicWrap
v1/src/gfu/wrap.go:8
Struct
BasicWrapType
v1/src/gfu/wrap.go:18
TypeAlias
Bin
v1/src/gfu/bin.go:10
Struct
BinIter
v1/src/gfu/bin.go:16
Struct
BinIterType
v1/src/gfu/bin.go:21
Struct
BinType
v1/src/gfu/bin.go:12
Struct
ByteType
v1/src/gfu/byte.go:11
Struct
Catch
v1/src/gfu/catch.go:7
TypeAlias
Chan
v1/src/gfu/chan.go:8
Struct
ChanType
v1/src/gfu/chan.go:10
TypeAlias
CharSet
v1/src/gfu/read.go:22
Struct
CharType
v1/src/gfu/char.go:9
Interface
E
v1/src/gfu/e.go:9
Struct
EBasic
v1/src/gfu/e.go:17
Struct
EImpure
v1/src/gfu/fun.go:28
Struct
EImpureType
v1/src/gfu/fun.go:32
Struct
ERead
v1/src/gfu/read.go:13
Struct
EReadType
v1/src/gfu/read.go:18
Struct
EType
v1/src/gfu/e.go:13
Struct
EUnknown
v1/src/gfu/env.go:24
Struct
EUnknownType
v1/src/gfu/env.go:28
Struct
Env
v1/src/gfu/env.go:9
Struct
EnvType
v1/src/gfu/env.go:14
Struct
False
v1/src/gfu/false.go:8
Struct
FalseType
v1/src/gfu/false.go:11
Struct
FloatType
v1/src/gfu/float.go:12
Struct
Fun
v1/src/gfu/fun.go:11
FuncType
FunImp
func(*G, *Task, *Env, Vec) (Val, E)
v1/src/gfu/fun.go:9
Struct
FunType
v1/src/gfu/fun.go:20
Struct
G
v1/src/gfu/g.go:12
Struct
IntIter
v1/src/gfu/int.go:15
Struct
IntIterType
v1/src/gfu/int.go:19
Struct
IntType
v1/src/gfu/int.go:11
Struct
IterType
v1/src/gfu/iter.go:9
Struct
Mac
v1/src/gfu/mac.go:9
Struct
MacType
v1/src/gfu/mac.go:16
Struct
MetaType
v1/src/gfu/type.go:49
Struct
NanosType
v1/src/gfu/nanos.go:11
Struct
Nil
v1/src/gfu/nil.go:8
Struct
NilType
v1/src/gfu/nil.go:11
Interface
Num
v1/src/gfu/num.go:3
Struct
NumType
v1/src/gfu/num.go:16
Struct
Pos
v1/src/gfu/pos.go:8
Struct
Prim
v1/src/gfu/prim.go:10
FuncType
PrimImp
func(*G, *Task, *Env, Vec, *Env) (Val, E)
v1/src/gfu/prim.go:8
Struct
PrimType
v1/src/gfu/prim.go:17
Struct
PunType
v1/src/gfu/fun.go:24
Struct
Quote
v1/src/gfu/quote.go:8
Struct
QuoteType
v1/src/gfu/quote.go:12
Struct
Recall
v1/src/gfu/recall.go:7
Struct
RecallType
v1/src/gfu/recall.go:11
Struct
Restart
v1/src/gfu/restart.go:22
Struct
RestartType
v1/src/gfu/restart.go:28
Struct
Retry
v1/src/gfu/restart.go:16
Struct
RetryType
v1/src/gfu/restart.go:18
Struct
SeqType
v1/src/gfu/seq.go:3
FuncType
Setter
func(Val) (Val, E)
v1/src/gfu/setter.go:9
Struct
SetterType
v1/src/gfu/setter.go:11
Struct
Splat
v1/src/gfu/splat.go:8
Struct
SplatType
v1/src/gfu/splat.go:12
Struct
Splice
v1/src/gfu/splice.go:8
Struct
SpliceType
v1/src/gfu/splice.go:12
Struct
StrType
v1/src/gfu/str.go:11
Struct
Sym
v1/src/gfu/sym.go:11
Struct
SymType
v1/src/gfu/sym.go:17
Struct
Task
v1/src/gfu/task.go:10
Struct
TaskType
v1/src/gfu/task.go:24
Struct
TimeType
v1/src/gfu/time.go:13
Struct
True
v1/src/gfu/true.go:8
Struct
TrueType
v1/src/gfu/true.go:11
Struct
Try
v1/src/gfu/try.go:7
Interface
Type
v1/src/gfu/type.go:10
Interface
Val
v1/src/gfu/val.go:8
Struct
Var
v1/src/gfu/env.go:18
Struct
VecIter
v1/src/gfu/vec.go:14
Struct
VecIterType
v1/src/gfu/vec.go:19
Struct
VecType
v1/src/gfu/vec.go:10
Interface
WrapType
v1/src/gfu/wrap.go:12
TypeAlias
Writer
v1/src/gfu/writer.go:10
Struct
WriterType
v1/src/gfu/writer.go:12