Struct simple_kbuckets::Table [] [src]

pub struct Table<TKey: Key, TValue> { /* fields omitted */ }

Key-Value store.

Methods

impl<TKey: Key, TValue> Table<TKey, TValue>
[src]

Creates a new Table instance.

Inserts a new item in the table. See Bucket::update() for details about the return value.

Returns count nodes closest to the target, sorted in increasing distance to the target.