RubyGems Navigation menu

rbtree3 0.7.1

A RBTree is a sorted associative collection that is implemented with a Red-Black Tree. It maps keys to values like a Hash, but maintains its elements in ascending key order. The interface is the almost identical to that of Hash. This is a fork of the original gem that fixes various bugs on Ruby 2.3+.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.7.1 - April 20, 2023 (33.5 KB)
  2. 0.7.0 - January 10, 2022 (33.5 KB)
  3. 0.6.0 - January 21, 2020 (33.0 KB)
  4. 0.5.0 - February 07, 2019 (32.5 KB)

擁有者:

Pushed by:

作者:

  • Kyrylo Silin, OZAWA Takuma

SHA 256 checksum:

ab60ead728a5491b70df4f4065e180b18dbab5319f817ce1dbf5dd906f26d8ba

總下載次數 15,176,962

這個版本 1,522,829

License:

MIT

Ruby 版本需求: >= 1.8

相關連結: