Generic Function Samep (12 methods)

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

Part of:

package metabang.cl-containers, 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 < PATHNAME > < PATHNAME > 
samep < REAL > < REAL > 
samep < STRING > < STRING > 
samep < T > < T > 
samep < vector-container-mixin > < vector-container-mixin