Tristate - wanna?
    Walter Bright 
    newshound2 at digitalmars.com
       
    Sat Oct 26 12:17:15 PDT 2013
    
    
  
On 10/26/2013 8:42 AM, Andrei Alexandrescu wrote:
> While messing with std.allocator I explored the type below. I ended up not using
> it, but was surprised that implementing it was quite nontrivial. Should we add
> it to stdlib?
>
> Theory: http://en.wikipedia.org/wiki/Three-state_logic
When I worked on the ABEL programming language, which was for designing 
programmable logic devices, we found it useful to have an additional state, 
"don't care".
    
    
More information about the Digitalmars-d
mailing list