[][src]Trait competitive_hpp::utils::digit::DigitUtils

pub trait DigitUtils {
    fn digit(self) -> u32;
fn leftmost_digit(self) -> Self;
fn rightmost_digit(self) -> Self;
fn nth_digit(self, n: u32) -> Self;
fn digit_sum(self) -> Self; }

Required methods

fn digit(self) -> u32

fn leftmost_digit(self) -> Self

fn rightmost_digit(self) -> Self

fn nth_digit(self, n: u32) -> Self

fn digit_sum(self) -> Self

Loading content...

Implementations on Foreign Types

impl DigitUtils for u64[src]

impl DigitUtils for u32[src]

impl DigitUtils for i64[src]

impl DigitUtils for i32[src]

impl DigitUtils for usize[src]

impl DigitUtils for isize[src]

impl DigitUtils for u128[src]

impl DigitUtils for i128[src]

Loading content...

Implementors

Loading content...