Skip to main content

SOME

Constant SOME 

Source
pub const SOME: FreeBuiltinSchema;
Expand description

Some(value: T) -> Option<T>.

None has no entry here because it is not a call: it is the empty case written as a bare name, and writing None(...) is a mistake both ends name as one.