Docs.rs
snarkvm-console-algorithms-0.14.6
snarkvm-console-algorithms 0.14.6
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
howardwu
Dependencies
blake2s_simd ^1.0
normal
smallvec ^1.11
normal
snarkvm-console-types =0.14.6
normal
snarkvm-fields =0.14.6
normal
snarkvm-utilities =0.14.6
normal
criterion ^0.5.1
dev
expect-test ^1.4
dev
hex ^0.4
dev
serde ^1.0
dev
serde_json ^1.0
dev
Versions
83.33%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
CheckedShl
Required Methods
checked_shl
Implementations on Foreign Types
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In snarkvm_console_algorithms::environment::traits::integers
?
Trait
snarkvm_console_algorithms
::
environment
::
traits
::
integers
::
CheckedShl
[
−
]
pub trait CheckedShl:
Sized
{ // Required method fn
checked_shl
(&self, v: &
u32
) ->
Option
<Self>; }
Required Methods
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<Self>
Implementations on Foreign Types
§
§
impl
CheckedShl
for
u128
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
u128
>
§
impl
CheckedShl
for
i128
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
i128
>
§
impl
CheckedShl
for
u8
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
u8
>
§
impl
CheckedShl
for
i64
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
i64
>
§
impl
CheckedShl
for
u16
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
u16
>
§
impl
CheckedShl
for
i8
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
i8
>
§
impl
CheckedShl
for
i32
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
i32
>
§
impl
CheckedShl
for
u64
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
u64
>
§
impl
CheckedShl
for
i16
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
i16
>
§
impl
CheckedShl
for
u32
§
fn
checked_shl
(&self, v: &
u32
) ->
Option
<
u32
>
Implementors
§