Docs.rs
gol-core-1.0.0
gol-core 1.0.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
shuyangsun
Dependencies
itertools ^0.10.0
normal
num-traits ^0.2.14
normal
rayon ^1.5.0
normal
serde ^1.0.124
normal
serde_json ^1.0.64
normal
criterion ^0.3.4
dev
Versions
1.81%
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
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
ToGridPointND
gol_
core
1.0.0
ToGrid
PointND
Required Methods
to_nd
Implementors
In gol_
core::
cell::
index
gol_core
::
cell
::
index
Trait
ToGrid
PointND
Copy item path
Source
pub trait ToGridPointND<T>
where T:
Clone
,
{ // Required method fn
to_nd
(&self) ->
GridPointND
<T>; }
Required Methods
§
Source
fn
to_nd
(&self) ->
GridPointND
<T>
Implementors
§
Source
§
impl<T>
ToGridPointND
<T> for
GridPoint1D
<T>
where T:
Clone
,
Source
§
impl<T>
ToGridPointND
<T> for
GridPoint2D
<T>
where T:
Clone
,
Source
§
impl<T>
ToGridPointND
<T> for
GridPoint3D
<T>
where T:
Clone
,