Type Intpub

Implements: Add · Add · Binary · Debug · Default · Display · Div · Div · Eq · Hash · IntMath · Into · Into · Into · Into · LowerHex · MinMax · Mul · Mul · Ord · Sub · Sub
:type(pub) Int

Conversions

Conversions to

Trait Implementations

impl Add Float(?480305) for Int(..) | Float(?480305)

.+ ( (Int ..) (Float ?480305) (Float ?480305) )

.zero ( (Float ?480305) )

impl Add Int(..) for Int(..) | Int(..)

.+ ( (Int ..) (Int ..) (Int ..) )

.zero ( (Int ..) )

impl Binary for Int(..)

.fmt-bin ( (Int ..) Str )

impl Debug for Int(..)

.fmt-debug ( (Int ..) Str )

impl Default for Int(..)

.default ( (Int ..) )

impl Display for Int(..)

.fmt ( (Int ..) Str )

impl Div Float(?480305) for Int(..) | Float(?480305)

./ ( (Int ..) (Float ?480305) (Float ?480305) )

impl Div Int(..) for Int(..) | Int(..)

./ ( (Int ..) (Int ..) (Int ..) )

impl Eq Int(..) for Int(..)

.= ( (Int ..) (Int ..) Bool )

.≠ ( (Int ..) (Int ..) Bool )

impl Hash for Int(..)

.hash ( (Int ..) (Int ..) )

impl IntMath for Int(..)

.abs ( (Int ..) (Int ..) )

.gcd ( (Int ..) (Int ..) (Int ..) )

.lcm ( (Int ..) (Int ..) (Int ..) )

.pow ( (Int ..) (Int ..) (Int ..) )

.signum ( (Int ..) (Int ..) )

impl Into Float(?480305) for Int(..)

.from ( (Int ..) (Float ?480305) )

impl Into Int(..) for Int(..)

.from ( (Int ..) (Int ..) )

impl Into Float(?480305) for Int(..)

.into ( (Int ..) (Float ?480305) )

impl Into Int(..) for Int(..)

.into ( (Int ..) (Int ..) )

impl LowerHex for Int(..)

.fmt-hex ( (Int ..) Str )

impl MinMax for Int(..)

.clamp ( (Int ..) (Int ..) (Int ..) (Int ..) )

.max ( (Int ..) (Int ..) (Int ..) )

.min ( (Int ..) (Int ..) (Int ..) )

impl Mul Float(?480305) for Int(..) | Float(?480305)

.* ( (Int ..) (Float ?480305) (Float ?480305) )

.one ( (Float ?480305) )

impl Mul Int(..) for Int(..) | Int(..)

.* ( (Int ..) (Int ..) (Int ..) )

.one ( (Int ..) )

impl Ord Int(..) for Int(..)

.< ( (Int ..) (Int ..) Bool )

.> ( (Int ..) (Int ..) Bool )

.≤ ( (Int ..) (Int ..) Bool )

.≥ ( (Int ..) (Int ..) Bool )

impl Sub Float(?480305) for Int(..) | Float(?480305)

.- ( (Int ..) (Float ?480305) (Float ?480305) )

impl Sub Int(..) for Int(..) | Int(..)

.- ( (Int ..) (Int ..) (Int ..) )