pub trait Len { type Output: Unsigned; fn len(&self) -> Self::Output; }
A type operator that gives the length of an Array or the number of bits in a UInt.
Array
UInt
The length as a type-level unsigned integer.
This function isn’t used in this crate, but may be useful for others.
Length of ATerm by itself is 0
ATerm
Length of UTerm by itself is 0
UTerm
Length of a bit is 1
Size of a TypeArray
TypeArray