15 lines
144 B
Plaintext
15 lines
144 B
Plaintext
ns std::core
|
|
|
|
pub cls Any {
|
|
fqn: String
|
|
simple_name: String
|
|
}
|
|
|
|
pub cls Default {
|
|
default: Self
|
|
}
|
|
|
|
pub cls Empty {
|
|
empty: Self
|
|
}
|