Int64 returns an int64 slice.
()
| 216 | |
| 217 | // Int64 returns an int64 slice. |
| 218 | func (v *Vec) Int64() Int64s { |
| 219 | return v.col.(Int64s) |
| 220 | } |
| 221 | |
| 222 | // Float64 returns a float64 slice. |
| 223 | func (v *Vec) Float64() Float64s { |
no outgoing calls
no test coverage detected