6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
ns std::collections
|
|
|
|
pub int Collection<T> : Monad {
|
|
size: Int
|
|
}
|