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

Struct float64SliceValue

float64_slice.go:10–13  ·  float64_slice.go::float64SliceValue

-- float64Slice Value

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected