Documentation ¶
Index ¶
- func ASet(v ...uintptr) (r aset)
- func C128Set(v ...complex128) (r c128set)
- func C64Set(v ...complex64) (r c64set)
- func ESet(v ...error) (r eset)
- func F32Set(v ...float32) (r f32set)
- func F64Set(v ...float64) (r f64set)
- func I16Set(v ...int16) (r i16set)
- func I32Set(v ...int32) (r i32set)
- func I64Set(v ...int64) (r i64set)
- func I8Set(v ...int8) (r i8set)
- func ISet(v ...int) (r iset)
- func SSet(v ...string) (r sset)
- func SubsetOf(x, y Set) (r bool)
- func U16Set(v ...uint16) (r u16set)
- func U32Set(v ...uint32) (r u32set)
- func U64Set(v ...uint64) (r u64set)
- func U8Set(v ...uint8) (r u8set)
- func USet(v ...uint) (r uset)
- func VSet(v ...interface{}) (r vset)
- type Equatable
- type NumericSet
- type Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func C128Set ¶
func C128Set(v ...complex128) (r c128set)
Types ¶
type NumericSet ¶
type NumericSet interface { Set Sum() interface{} Product() interface{} }
Click to show internal directories.
Click to hide internal directories.