[][src]Type Definition iota_ternary_preview::bigint::common::U32Repr

type U32Repr = [u32; 12];

The inner representation of a I384 using 12 u32s.

Trait Implementations

impl BinaryRepresentation for U32Repr[src]

type T = u32