NamedStruct

namedstruct.NamedStruct
See theNamedStruct companion object
abstract class NamedStruct

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Raw
type T

Value members

Concrete methods

inline def onHeap()(using Tag[T], Zone): T
inline def onHeapAlloc()(using Tag[T], Zone): Ptr[T]
inline def onStack()(using Tag[T]): T
inline def onStackAlloc()(using Tag[T]): Ptr[T]

Extensions

Extensions

extension (a: T)(inline a: T)
transparent inline def get[V <: String](inline v: V): Any
inline def raw[A](inline f: Raw => A): A
inline def set[V <: String, T](inline v: V, value: T): Unit