Generic Function Samep (12 methods)

( samep < thing-1 > < thing-2 > )

Part of:

package metabang.utilities
Compares two things and returns true if they are the same
in the sense of being interchangable. Implementations use the special variable
*samep-tolerance* to specify how close two things need to be in order to be
'the same'. See nearly-samep too.

Method Summary

samep < metabang.cl-containers:associative-container-mixin > < metabang.cl-containers:associative-container-mixin > 
samep < integer > < integer > 
samep < list > < list > 
samep < list > < metabang.cl-containers:list-container > 
samep < metabang.cl-containers:list-container > < list > 
samep < metabang.cl-containers:list-container > < metabang.cl-containers:list-container > 
samep < number > < number > 
samep < pathname > < pathname > 
samep < real > < real > 
samep < string > < string > 
samep < t > < t > 
samep < metabang.cl-containers::vector-container-mixin > < metabang.cl-containers::vector-container-mixin >