densh / scala-offheap

Experimental type-safe off-heap memory for Scala.
BSD 3-Clause "New" or "Revised" License
532 stars 38 forks source link

Renames @enum into @variant #85

Closed densh closed 8 years ago

densh commented 8 years ago

We might introduce C interop in the future and name clash between C enums and our tagged unions was quite unfortunate. We rename @enum to @variant to avoid this.