Documentation ¶
Index ¶
- func Each[T any](g Grid[T], f EachFunc[T])
- func EachIn[T any](g Grid[T], b geo.Box, f EachFunc[T])
- func EachInNot[T comparable](g Grid[T], b geo.Box, f EachFunc[T], not T)
- func EachNot[T comparable](g Grid[T], f EachFunc[T], not T)
- func Find[T any](g Grid[T], f FindFunc[T]) (T, bool)
- func FindIn[T any](g Grid[T], b geo.Box, f FindFunc[T]) (T, bool)
- type Data
- type EachFunc
- type Edit
- type FindFunc
- type Grid
- type Sel
- type Tiles
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EachNot ¶
func EachNot[T comparable](g Grid[T], f EachFunc[T], not T)
Types ¶
type Edit ¶
Click to show internal directories.
Click to hide internal directories.