Docs.rs
math-0.11.0
math 0.11.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Rustinante
Dependencies
log ^0.4.8
normal
num ^0.2
normal
rand ^0.7.0
normal
rayon ^1.1.0
normal
Versions
24.5%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
math
0.11.0
Collecting
Required Methods
collect
Implementations on Foreign Types
Vec<T>
Vec<T>
Implementors
In math::
traits
math
::
traits
Trait
Collecting
Copy item path
Source
pub trait Collecting<E> { // Required method fn
collect
(&mut self, item: E); }
Required Methods
§
Source
fn
collect
(&mut self, item: E)
Implementations on Foreign Types
§
Source
§
impl<'a, T:
Clone
>
Collecting
<
&'a T
> for
Vec
<T>
where
&'a T
:
Deref
,
Source
§
fn
collect
(&mut self, item:
&'a T
)
Source
§
impl<T>
Collecting
<T> for
Vec
<T>
Source
§
fn
collect
(&mut self, item: T)
Implementors
§
Source
§
impl<E:
Integer
+
Copy
+
ToPrimitive
>
Collecting
<E> for
OrderedIntegerSet
<E>
Source
§
impl<T>
Collecting
<T> for
Histogram
<T>
where T:
PartialOrd
+
NumAssign
+
NumOps
+
FromPrimitive
+
ToPrimitive
+
Copy
+
Display
,