IsAddAssign

Type Alias IsAddAssign 

Source
pub type IsAddAssign = Marker<Cons<X1, Cons<X6, Cons<XB, Cons<X6, Cons<X5, Cons<X0, Cons<XF, Cons<XA, Cons<X1, Cons<XA, Cons<XD, Cons<X6, Cons<X4, Cons<XA, Cons<X3, ConstStream<X5>>>>>>>>>>>>>>>>>;
Expand description

Capability marker for AddAssign trait detection.

Aliased Type§

pub struct IsAddAssign(/* private fields */);

Trait Implementations§

Source§

impl Capability for IsAddAssign

Source§

type Stream = Cons<X1, Cons<X6, Cons<XB, Cons<X6, Cons<X5, Cons<X0, Cons<XF, Cons<XA, Cons<X1, Cons<XA, Cons<XD, Cons<X6, Cons<X4, Cons<XA, Cons<X3, ConstStream<X5>>>>>>>>>>>>>>>>

Type-level nibble stream responsible for Routing (Trie Path). This is typically a short hash (64-bit) of the identity.
Source§

type Identity = IList16<IList<C<'A'>, IList<C<'d'>, IList<C<'d'>, IList<C<'A'>, IList<C<'s'>, IList<C<'s'>, IList<C<'i'>, IList<C<'g'>, IList<C<'n'>, INil>>>>>>>>>>

Unique Type-Level Identity. Typically a Tuple of Char types representing the full name. Used for collision resolution (Equality checks) in leaf nodes.
Source§

type At<D: Peano> = <<<Marker<Cons<X1, Cons<X6, Cons<XB, Cons<X6, Cons<X5, Cons<X0, Cons<XF, Cons<XA, Cons<X1, Cons<XA, Cons<XD, Cons<X6, Cons<X4, Cons<XA, Cons<X3, ConstStream<X5>>>>>>>>>>>>>>>>> as Capability>::Stream as GetTail<D>>::Out as HashStream>::Head where Self::Stream: GetTail<D>

Helper to get the stream head at depth D (used for trie building)