mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-23 06:37:38 +08:00
16 lines
228 B
Markdown
16 lines
228 B
Markdown
|
---
|
||
|
title: mbcp.mp\nmath.mp\nmath\ntyping
|
||
|
order: 1
|
||
|
icon: laptop-code
|
||
|
category: API
|
||
|
---
|
||
|
|
||
|
### ***var*** `SingleVar = TypeVar('SingleVar', bound=Number)`
|
||
|
|
||
|
|
||
|
|
||
|
### ***var*** `ArrayVar = TypeVar('ArrayVar', bound=Iterable[Number])`
|
||
|
|
||
|
|
||
|
|