Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jeadie/Go-L
/ types & classes
Types & classes
13 in github.com/Jeadie/Go-L
⨍
Functions
89
◇
Types & classes
13
Class
docs/src/wasm_exec.js:95
Class
docs/src/wasm_exec.js:95
Interface
Go
docs/src/wasm_exec.d.ts:4
Struct
InputParameters
pkg/gol/gameoflife.go:6
Struct
Lattice
pkg/gol/lattice.go:14
Struct
LatticeParams
LatticeParams required to construct a Lattice with type uint (i.e. Lattice[uint]).
pkg/gol/lattice.go:131
FuncType
LatticeProcessor
func(*Lattice[uint]) error
pkg/gol/gameoflife.go:14
FuncType
LatticeProcessor
func(*gol.Lattice[uint]) error
cmd/golcli/main.go:12
TypeAlias
Node
Node can be used in Lattice method signatures
pkg/gol/lattice.go:11
Struct
TopologyTestCase
pkg/gol/topology_test.go:8
FuncType
TopologyTransformation
Describes how co-ordinates get transformed onn the boundary conditions
pkg/gol/topology.go:26
Struct
TransformTestSet
pkg/gol/topology_test.go:13
FuncType
UpdateRuleFn
func([][]uint) uint
pkg/gol/gameoflife.go:3