Relative Content

Tag Archive for scalaimplicitscala-3

regarding scala extension and Givens

Here I have some simple scala program with added extension method to type like string or int, I want to understand what I am missing here so that it works if I can do 1===1 instead of 1.toEqops====1.

regarding scala extension and Givens

Here I have some simple scala program with added extension method to type like string or int, I want to understand what I am missing here so that it works if I can do 1===1 instead of 1.toEqops====1.