package
Version:
v1.14.2
Opens a new window with list of versions in this module.
Published: May 20, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Machine[C, S any] struct {
}
func NewSimpleMachineWithState[C, S any](f func(C, S) (S, error), state S) *Machine[C, S]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.