Home
last modified time | relevance | path

Searched defs:spec_from (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/smallvec/src/
Dspecialization.rs16 default fn spec_from(slice: &'a [A::Item]) -> SmallVec<A> { in spec_from() function
Dlib.rs1648 fn spec_from(slice: S) -> SmallVec<A>; in spec_from() method
1663 fn spec_from(slice: &'a [A::Item]) -> SmallVec<A> { in spec_from() function