elipdotter::proximity

Struct ProximateMap

source
pub struct ProximateMap<'a> { /* private fields */ }
Expand description

Map of words to their ProximateList.

Implementations§

source§

impl<'a> ProximateMap<'a>

source

pub fn new() -> Self

Trait Implementations§

source§

impl<'a> Clone for ProximateMap<'a>

source§

fn clone(&self) -> ProximateMap<'a>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)