(&self)
| 723 | /// Returns the values of this array |
| 724 | #[inline] |
| 725 | pub fn values(&self) -> &ScalarBuffer<T::Native> { |
| 726 | &self.values |
| 727 | } |
| 728 | |
| 729 | /// Returns a new primitive array builder |
| 730 | pub fn builder(capacity: usize) -> PrimitiveBuilder<T> { |