Versions in this module Expand all Collapse all v1 v1.0.0 Aug 30, 2018 Changes in this version + func CallWithGenericType(i InterfaceGenericType) + func CallWithUint8(i InterfaceUint8) + func ContainsAllSomeThing(slice []SomeThing, other []SomeThing) bool + func ContainsAllString(slice []string, other []string) bool + func ContainsSomeThing(slice []SomeThing, element SomeThing) bool + func ContainsString(slice []string, element string) bool + func NewInts() (*ObjInt, []ObjInt) + func NewNumberTypes() (*ObjNumberType, []ObjNumberType) + type CellInt struct + Value int + type CellX struct + Value X + type DigraphInt struct + func NewDigraphInt() *DigraphInt + func (dig *DigraphInt) Add(n int) + func (dig *DigraphInt) Connect(a, b int) + type DigraphNode struct + func NewDigraphNode() *DigraphNode + func (dig *DigraphNode) Add(n Node) + func (dig *DigraphNode) Connect(a, b Node) + type GenericType generic.Type + type InterfaceGenericType interface + DoSomthingGenericType func() + type InterfaceUint8 interface + DoSomthingUint8 func() + type Node generic.Type + type NumberType generic.Number + type ObjInt struct + type ObjNumberType struct + type SomeThing generic.Type + type X generic.Type