Generic Function Samep (11 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 < associative-container-mixin > < associative-container-mixin
samep < integer > < integer > 
samep < list > < list > 
samep < list > < list-container
samep < list-container > < list > 
samep < list-container > < list-container
samep < number > < number > 
samep < real > < real > 
samep < string > < string > 
samep < t > < t > 
samep < vector-container-mixin > < vector-container-mixin