Len returns the length of the Datum array.
()
| 3468 | |
| 3469 | // Len returns the length of the Datum array. |
| 3470 | func (d *DArray) Len() int { |
| 3471 | return len(d.Array) |
| 3472 | } |
| 3473 | |
| 3474 | // Size implements the Datum interface. |
| 3475 | func (d *DArray) Size() uintptr { |