this looks nicer ```inline fun <R> MemorySta...
# announcements
e
this looks nicer
Copy code
inline fun <R> MemoryStack.vr(block: lib.vr.() -> R): R {
    return lib.vr.run { block() }
}
Now I can
val event = vr { VREvent() }