scaerospike
scaerospike copied to clipboard
Update AsSetOps.scala
avoiding var
This performs several allocations for no real benefit. The var should be a val though, that was an oversight :)