blob: 2f6094750754111d5d12ba7c2ffb38df0030d43e [file] [log] [blame]
pub struct S<T>(Option<T>);
pub fn mk<T>() -> S<T> { S(None) }