Docs.rs
competitive-programming-rs-41.0.0
competitive-programming-rs 41.0.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
kenkoooo
Dependencies
rand ^0.7.3
dev
Versions
8.02%
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
ToInternalNum
competitive_
programming_
rs
41.0.0
ToInternal
Num
Required Methods
to_internal_num
Implementations on Foreign Types
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In competitive_
programming_
rs::
math::
mod_
int::
mod_
int
competitive_programming_rs
::
math
::
mod_int
::
mod_int
Trait
ToInternal
Num
Copy item path
Source
pub trait ToInternalNum { // Required method fn
to_internal_num
(&self) ->
i64
; }
Required Methods
§
Source
fn
to_internal_num
(&self) ->
i64
Implementations on Foreign Types
§
Source
§
impl
ToInternalNum
for
i8
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
i16
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
i32
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
i64
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
isize
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
u8
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
u16
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
u32
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
u64
Source
§
fn
to_internal_num
(&self) ->
i64
Source
§
impl
ToInternalNum
for
usize
Source
§
fn
to_internal_num
(&self) ->
i64
Implementors
§
Source
§
impl
ToInternalNum
for
ModInt