Size returns the number of float32 elements in the array
()
| 230 | |
| 231 | // Size returns the number of float32 elements in the array |
| 232 | func (a *ArrayU32) Size() int { |
| 233 | |
| 234 | return len(*a) |
| 235 | } |
| 236 | |
| 237 | // Len returns the number of float32 elements in the array |
| 238 | func (a *ArrayU32) Len() int { |
no outgoing calls
no test coverage detected