IsBitAndAssign

Type Alias IsBitAndAssign 

Source
pub type IsBitAndAssign = Marker<Cons<X6, Cons<X4, Cons<XD, Cons<X0, Cons<X9, Cons<X4, Cons<XA, Cons<XF, Cons<X2, Cons<XB, Cons<X7, Cons<XD, Cons<X0, Cons<XB, Cons<X8, ConstStream<X0>>>>>>>>>>>>>>>>>;
Expand description

Capability marker for BitAndAssign trait detection.

Aliased Type§

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

Trait Implementations§

Source§

impl Capability for IsBitAndAssign

Source§

type Stream = Cons<X6, Cons<X4, Cons<XD, Cons<X0, Cons<X9, Cons<X4, Cons<XA, Cons<XF, Cons<X2, Cons<XB, Cons<X7, Cons<XD, Cons<X0, Cons<XB, Cons<X8, ConstStream<X0>>>>>>>>>>>>>>>>

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<'B'>, IList<C<'i'>, IList<C<'t'>, IList<C<'A'>, IList<C<'n'>, 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<X6, Cons<X4, Cons<XD, Cons<X0, Cons<X9, Cons<X4, Cons<XA, Cons<XF, Cons<X2, Cons<XB, Cons<X7, Cons<XD, Cons<X0, Cons<XB, Cons<X8, ConstStream<X0>>>>>>>>>>>>>>>>> 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)