MCPcopy
hub / github.com/spf13/pflag / float32SliceValue

Struct float32SliceValue

float32_slice.go:10–13  ·  float32_slice.go::float32SliceValue

-- float32Slice Value

Source from the content-addressed store, hash-verified

8
9// -- float32Slice Value
10type float32SliceValue struct {
11 value *[]float32
12 changed bool
13}
14
15func newFloat32SliceValue(val []float32, p *[]float32) *float32SliceValue {
16 isv := new(float32SliceValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected