RenderFunc

typealias RenderFunc<T> = T.() -> Unit

Helps the compiler to identify functions that operate on T.