a actually is b
Determines whether a or b refer to the same object.
a
b
1 actually is 1 // false let a := 1 let b := a a actually is b // true
Last updated 4 years ago