mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 13:19:58 +03:00
5 lines
60 B
Text
5 lines
60 B
Text
enum Status : bool
|
|
{
|
|
abort = true,
|
|
ignore = false
|
|
}
|