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

type U8Repr = [u8; 48];

The inner representation of a I384 using 48 u8s.

Trait Implementations

impl BinaryRepresentation for U8Repr[src]

type T = u8