class Crystalline::Graph::Edge(T)

Included Modules

Direct Known Subclasses

Defined in:

graph/base.cr

Instance Method Summary

Instance Method Detail

def <=>(e) #

[View source]
def ==(edge) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def [](index) #

[View source]
def eql?(edge) #

[View source]
def reverse #

[View source]
def source #

[View source]
def source=(source) #

[View source]
def target #

[View source]
def target=(target) #

[View source]
def to_a #

[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]