menu
termlib package
documentation
termlib.dart
Pos typedef
Pos typedef
dark_mode
light_mode
Pos
typedef
Pos
= (
{
int
col
,
int
row
}
)
Record that represent a coordinate position
Implementation
typedef Pos = ({int row, int col});
termlib package
documentation
termlib
Pos typedef
termlib library