Documentation
¶
Index ¶
- func EqualIndex(a []interface{}, b interface{}) int
- func FieldByName(val interface{}, name string) (reflect.Value, reflect.Type)
- func FindField(val interface{}, name string) (*reflect.Value, int)
- func IterKeybindings(v ...interface{}) []key.Binding
- func MaxInt(a, b int) int
- func MinInt(a, b int) int
- func SliceInsert[T any](arr []T, index int, arg T) []T
- type Capsule
- type GenResultMsg
- type Predicate
- type Stringable
- type TickMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualIndex ¶
func EqualIndex(a []interface{}, b interface{}) int
func IterKeybindings ¶
func SliceInsert ¶
Types ¶
type GenResultMsg ¶
type Stringable ¶
type Stringable interface {
ToString() string
}
Click to show internal directories.
Click to hide internal directories.