IsBitOrAssign

Type Alias IsBitOrAssign 

Source
pub type IsBitOrAssign = Marker<Cons<X6, Cons<XE, Cons<X9, Cons<X9, Cons<XE, Cons<XC, Cons<X4, Cons<XE, Cons<X9, Cons<XB, Cons<X8, Cons<X7, Cons<X3, Cons<XB, Cons<X1, ConstStream<X4>>>>>>>>>>>>>>>>>;
Expand description

Capability marker for BitOrAssign trait detection.

Aliased Type§

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

Trait Implementations§

Source§

impl Capability for IsBitOrAssign

Source§

type Stream = Cons<X6, Cons<XE, Cons<X9, Cons<X9, Cons<XE, Cons<XC, Cons<X4, Cons<XE, Cons<X9, Cons<XB, Cons<X8, Cons<X7, Cons<X3, Cons<XB, Cons<X1, ConstStream<X4>>>>>>>>>>>>>>>>

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<'O'>, IList<C<'r'>, 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<XE, Cons<X9, Cons<X9, Cons<XE, Cons<XC, Cons<X4, Cons<XE, Cons<X9, Cons<XB, Cons<X8, Cons<X7, Cons<X3, Cons<XB, Cons<X1, ConstStream<X4>>>>>>>>>>>>>>>>> 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)