Skip to content

0.3

Choose a tag to compare

@That3Percent That3Percent released this 22 Jun 13:29
· 13 commits to master since this release
0393718

New Features

Added SoaN.capacity()
Added SoaN.with_capacity()
Added SoaN.is_empty()
Added syntax highlighting in documentation. Thanks to @kardeiz

Bugfixes

Ensure that if during SoaN.clone() a T panics during it's clone() that all items in the partially constructed SoaN are dropped.

Breaking Changes

Renamed SoaN.get() to SoaN.index() because Vec has a method named get with another signature