Where is `===` actually defined?

The runtime version is called jl_egal, is defined in C and defines the semantics. Obviously there’s lots of optimizations for special cases in different parts of the compiler though.

7 Likes