scala.scalanative.nscplugin.NirPrimitives
See theNirPrimitives companion object Attributes
- Companion:
- object
- Graph
- Supertypes
class DottyPrimitives
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Return the code for the given symbol.
Return the code for the given symbol.
Attributes
- Definition Classes
DottyPrimitives
Return the primitive code of the given operation. If the
operation is an array get/set, we inspect the type of the receiver
to demux the operation.
Return the primitive code of the given operation. If the
operation is an array get/set, we inspect the type of the receiver
to demux the operation.
Attributes
- fun
The method symbol
- tpe
The type of the receiver object. It is used only for array
operations
- Definition Classes
DottyPrimitives
Attributes
- Definition Classes
DottyPrimitives
Attributes
- Definition Classes
DottyPrimitives