Docs.rs
fast-tak-0.2.1
fast-tak 0.2.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ViliamVadocz
Dependencies
takparse ^0.5.5
normal
criterion ^0.4
dev
Versions
0%
of the crate is documented
Go to latest version
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
☰
Symmetry
Required Methods
symmetries
Implementations on Foreign Types
Direction
Move
Square
Implementors
In fast_tak
?
Trait
fast_tak
::
Symmetry
source
·
[
−
]
pub trait Symmetry<const N:
usize
>:
Sized
{ // Required method fn
symmetries
(self) ->
[Self; 8]
; }
Required Methods
§
source
fn
symmetries
(self) ->
[Self; 8]
Implementations on Foreign Types
§
source
§
impl<const N:
usize
>
Symmetry
<N> for
Move
source
§
fn
symmetries
(self) ->
[Self; 8]
source
§
impl<const N:
usize
>
Symmetry
<N> for
Direction
source
§
fn
symmetries
(self) ->
[Self; 8]
source
§
impl<const N:
usize
>
Symmetry
<N> for
Square
source
§
fn
symmetries
(self) ->
[Self; 8]
Implementors
§
source
§
impl<const N:
usize
>
Symmetry
<N> for
Board
<N>
source
§
impl<const N:
usize
, const HALF_KOMI:
i8
>
Symmetry
<N> for
Game
<N, HALF_KOMI>