Wonder-Technology/Wonder.js

View on GitHub
src/run/rtx_path_tracer/infrastructure_layer/data/po/PictureCPPOType.res

Summary

Maintainability
Test Coverage
type width = int

type height = int

type picture = {size: option<(width, height)>}