outrun/outrun-core/lib/any.run

7 lines
143 B
Text
Raw Normal View History

2022-08-04 17:38:00 +12:00
```doc
# Any
Defines a special protocol which applies to all Outrun types. Usually used in
place of a generic type argument.
```
protocol Any