added smallmap impl

master
Avril 4 years ago
parent d1c37b2e17
commit be260647d7
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1 +0,0 @@
avril@eientei.1729:1603041184

@ -122,6 +122,7 @@ impl<T:?Sized + Hash> HashRefSet<T>
PhantomData
)
}
/// Consume into the inner `HashSet`.
pub fn into_inner(self) -> HashSet<HashType>
{
self.0

Loading…
Cancel
Save