Skip to content

2.4.0: Capacity Reservation Support

Compare
Choose a tag to compare
@lukaskubanek lukaskubanek released this 02 Mar 11:04
· 70 commits to master since this release
  • Added support for capacity reservation (capacity, init(minimumCapacity:), reserveCapacity(_:)). Kudos to @GalCohen.
  • init(values:uniquelyKeyedBy:) now takes a throwing closure.