Versions in this module Expand all Collapse all v0 v0.3.5 Mar 13, 2021 v0.1.0 Jan 16, 2019 Changes in this version + type Array [2]float64 + func (a Array) At(i int) float64 + type Float float32 + func (f Float) Value() float32 + type Slice []float64 + func (s Slice) At(i int) float64 + type Str string + func (s Str) Value() string + type T int + func (t T) PublicMethod() + type X float32 + func (x X) Value() float32 + type XX X + func (x XX) Value() float32 + type XXX XX + func (x XXX) Value() float32 + type XXXX XXX + func (x XXXX) Value() float32