Int16 returns an int16 slice.
()
| 206 | |
| 207 | // Int16 returns an int16 slice. |
| 208 | func (v *Vec) Int16() Int16s { |
| 209 | return v.col.(Int16s) |
| 210 | } |
| 211 | |
| 212 | // Int32 returns an int32 slice. |
| 213 | func (v *Vec) Int32() Int32s { |
no outgoing calls
no test coverage detected