deimos-lang/dm_lib/std/core/display.dm
2024-12-01 23:06:51 -06:00

6 lines
61 B
Plaintext

ns std::core
pub int Display {
fn to_string(): String
}