Mike
10/30/2018, 2:02 AMfun process(accountNumber:String, bankNumber:String)
, it can now be strongly typed as fun process(accountNumber:AccountNumber, bankNumber:BankNumber)
even though they’re fundamentally String.
One could do that before by creating a class, BUT would incur the overhead of class creation/cleanup.