Versions in this module Expand all Collapse all v0 v0.4.6 Jun 16, 2022 Changes in this version + func ArrayBytes(val []T) uintptr + func FormatFloat32(val float32) string + func Hex(v int64) string + func MatrixBytes(val [][]T) uintptr + func ParseFloat32(val string) float32 + func ReadBytes(r io.Reader) ([]byte, error) + func ReadGob(r io.Reader, v interface{}) error + func ReadMatrix(r io.Reader, m [][]float32) error + func ReadString(r io.Reader) (string, error) + func StringsBytes(val []string) uintptr + func WriteBytes(w io.Writer, s []byte) error + func WriteGob(w io.Writer, v interface{}) error + func WriteMatrix(w io.Writer, m [][]float32) error + func WriteString(w io.Writer, s string) error