Docs.rs
concision-traits-0.3.1
concision-traits 0.3.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
approx ^0.5
normal
optional
hashbrown ^0.16
normal
optional
ndarray ^0.17
normal
num-complex ^0.4
normal
optional
num-integer ^0.1
normal
num-traits ^0.2
normal
paste ^1
normal
rand_core ^0.9
normal
optional
rspace-traits ^0.0.8
normal
serde ^1
normal
optional
serde_derive ^1
normal
optional
wasm-bindgen ^0.2
normal
optional
Versions
31.96%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Abs
concision_
traits
0.3.1
Abs
Required Associated Types
Output
Required Methods
abs
Implementations on Foreign Types
&ArrayBase<S, D>
ArrayBase<S, D>
f32
f64
i8
i16
i32
i64
i128
isize
Implementors
In crate concision_
traits
concision_traits
Trait
Abs
Copy item path
Source
pub trait Abs { type
Output
; // Required method fn
abs
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
abs
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl
Abs
for
f32
Source
§
type
Output
=
f32
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl
Abs
for
f64
Source
§
type
Output
=
f64
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl
Abs
for
i8
Source
§
type
Output
=
i8
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl
Abs
for
i16
Source
§
type
Output
=
i16
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl
Abs
for
i32
Source
§
type
Output
=
i32
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl
Abs
for
i64
Source
§
type
Output
=
i64
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl
Abs
for
i128
Source
§
type
Output
=
i128
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl
Abs
for
isize
Source
§
type
Output
=
isize
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl<A, S, D>
Abs
for &
ArrayBase
<S, D>
where A:
Clone
+
Signed
, D:
Dimension
, S:
Data
<Elem = A>,
Source
§
type
Output
=
ArrayBase
<
OwnedRepr
<A>, D>
Source
§
fn
abs
(self) -> Self::
Output
Source
§
impl<A, S, D>
Abs
for
ArrayBase
<S, D>
where A:
Clone
+
Signed
, D:
Dimension
, S:
Data
<Elem = A>,
Source
§
type
Output
=
ArrayBase
<
OwnedRepr
<A>, D>
Source
§
fn
abs
(self) -> Self::
Output
Implementors
§