16 lines
275 B
Text
16 lines
275 B
Text
#import "../template.typ": conf
|
|
#show: doc => conf(
|
|
doc
|
|
)
|
|
|
|
= Type data model
|
|
|
|
== Requirements
|
|
|
|
- Color-aware
|
|
- It can handle colors and colorspaces for images
|
|
- ocio????
|
|
- number/number type support
|
|
- custom types (structs/enums)
|
|
- algebraic enums
|
|
- traits (`Numeric`...)
|