All Downloads are FREE. Search and download functionalities are using the official Maven repository.

turbolift.interpreter.Features_opaque.scala Maven / Gradle / Ivy

The newest version!
package turbolift.interpreter


/*private[interpreter]*/ trait Features_opaque:
  extension (thiz: Features)
    inline def |(that: Features): Features = Features.wrap((thiz.unwrap | that.unwrap).toByte)
    inline def mask: Features = Features.wrap((thiz.unwrap & Features.Mask.unwrap).toByte)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy