RTempAlloc<T extends NativeType> constructor
RTempAlloc<T extends NativeType> (})
Implementation
RTempAlloc(RaylibTemp temp, this.name, {
required this.allocatorFunc,
required this.printerFunc,
}) : _temp = temp;