class Crystalline::Graph::DirectedEdge(T)
  
  
    
  
    Defined in:
  
  
    
      
        graph/base.cr
      
    
    
  
  
    
  
    Constructors
  
  
  
    
  
  
  
    
      <=>(e)
    <=>, 
    
  
    
      ==(edge)
    ==, 
    
  
    
      [](index)
    [], 
    
  
    
      eql?(edge)
    eql?, 
    
  
    
      reverse
    reverse, 
    
  
    
      source
    source, 
    
  
    
      source=(source)
    source=, 
    
  
    
      target
    target, 
    
  
    
      target=(target)
    target=, 
    
  
    
      to_a
    to_a, 
    
  
    
      to_s
    to_s
    
  
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
 
  
    
  
    Constructor Detail
  
  
    
      
        
        def self.
new(source : T, target : T)
        
#