A syntactic form in functional languages used to bind a value to a name in a local scope.
I want to make a generic class that accepts only serializable classes, can it be done with the where constraint? …