Comments.
Coverage to Makefile.toml. Added branch to map! to allow for instantiating with default values.
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
/// Modify self to contain only distinct elements.
|
||||
pub trait Distinct {
|
||||
/// Modify self to contain only distinct elements.
|
||||
fn distinct(&mut self);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user