Giter Club home page Giter Club logo

aatree's Introduction

Metrics

aatree's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dzhu pyelias

aatree's Issues

Rename smallest/largest to first/last

BTreeSet from the standard library has some methods like pop_first added in nightly. To match std's api, we should rename our methods from pop_smallest to pop_first, and probably also smallest_geq_than to first_after for consistency eventhough std still doesn't have these methods despite advertising them.

Feature parity with `std::collections::BTree{Set,Map}`

BTreeMap

Functions

  • append (#20)
  • clear
  • contains_key
  • drain_filter nightly
  • entry (#27)
  • first_entry 1.66 (#27)
  • first_key_value 1.66
  • get
  • get_key_value
  • get_mut
  • insert
  • into_keys
  • into_values
  • is_empty
  • iter
  • iter_mut
  • keys
  • last_entry 1.66 (#27)
  • last_key_value 1.66
  • len
  • new
  • new_in nightly
  • pop_first 1.66
  • pop_last 1.66
  • range
  • range_mut
  • remove
  • remove_entry
  • retain
  • split_off
  • try_insert nightly
  • values
  • values_mut

Traits

  • Clone
  • Debug
  • Default
  • Eq (#19)
  • Extend<(&K, &V)> (#18)
  • Extend<(K, V)> (#18)
  • From<[(K, V); N]> (#16)
  • FromIterator<(K, V)>
  • Hash
  • Index<&Q>
  • IntoIterator for &Self
  • IntoIterator for &mut Self
  • IntoIterator for Self
  • Ord (#19)
  • PartialEq (#19)
  • PartialOrd (#19)

BTreeSet

Functions

  • append (#20)
  • clear (#21)
  • contains
  • difference
  • drain_filter nightly
  • first 1.66
  • get
  • insert
  • intersection
  • is_disjoint
  • is_empty
  • is_subset
  • is_superset
  • iter
  • last 1.66
  • len
  • new
  • new_in nightly
  • pop_first 1.66
  • pop_last 1.66
  • range
  • remove
  • replace
  • retain
  • split_off
  • symmetric_difference
  • take
  • union

Traits

  • BitAnd
  • BitOr
  • BitXor
  • Clone
  • Debug
  • Default
  • Eq (#19)
  • Extend<&T> (#18)
  • Extend<T> (#18)
  • From<[T; N]> (#16)
  • FromIterator<T>
  • Hash
  • IntoIterator for &Self
  • IntoIterator for Self
  • Ord (#19)
  • PartialEq (#19)
  • PartialOrd (#19)
  • Sub

Entry

Functions

  • and_modify (#27)
  • key (#27)
  • or_default (#27)
  • or_insert (#27)
  • or_insert_with (#27)
  • or_insert_with_key (#27)

Traits

OccupiedEntry

Functions

  • get (#27)
  • get_mut (#27)
  • insert (#27)
  • into_mut (#27)
  • key (#27)
  • remove
  • remove_entry

Traits

VacantEntry

Functions

Traits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.