Trait tc_value::NumberClass [−][src]
Defines common properties of numeric types supported by Number.
Defines common properties of numeric types supported by Number.
type Instance: NumberInstance[src]pub fn size(self) -> usize[src]pub fn one(&self) -> Self::Instance[src]pub fn zero(&self) -> Self::Instance[src]impl NumberClass for ComplexType[src]type Instance = Complexpub fn size(self) -> usize[src]pub fn one(&self) -> Complex[src]pub fn zero(&self) -> Complex[src]impl NumberClass for FloatType[src]type Instance = Floatpub fn size(self) -> usize[src]pub fn one(&self) -> Float[src]pub fn zero(&self) -> Float[src]impl NumberClass for IntType[src]type Instance = Intpub fn size(self) -> usize[src]pub fn one(&self) -> Int[src]pub fn zero(&self) -> Int[src]impl NumberClass for NumberType[src]type Instance = Numberpub fn size(self) -> usize[src]pub fn one(&self) -> Number[src]pub fn zero(&self) -> Number[src]impl NumberClass for UIntType[src]type Instance = UIntpub fn size(self) -> usize[src]pub fn one(&self) -> UInt[src]pub fn zero(&self) -> UInt[src]impl NumberClass for BooleanType[src]