Updated RangeMap to Add Clear().
This commit is contained in:
parent
b9fef72f76
commit
8614a7a398
3 changed files with 5 additions and 3 deletions
|
|
@ -121,6 +121,9 @@ fn main() {
|
|||
("O", attrs.color(Color::rgb(0xFF, 0xFF, 0x00))),
|
||||
("R", attrs.color(Color::rgb(0xFF, 0x7F, 0x00))),
|
||||
("N", attrs.color(Color::rgb(0xFF, 0x00, 0x00))),
|
||||
],
|
||||
&[
|
||||
("生活,삶,जिंदगी 😀 FPS", attrs.color(Color::rgb(0xFF, 0x00, 0x00)))
|
||||
]
|
||||
];
|
||||
for &line in lines {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue