7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
ns std::collections
|
|
|
|
pub int Collection<T : PartialEq> : Monad {
|
|
size: Int
|
|
fn contains(element: T): Bool
|
|
}
|