Expand description
Standard intermediate functions that can be called via the @name
syntax.
This enables conversion chains like &str --into--> String --@some--> Option<String>
.
Functionsยง
- Construct an
Arc
. - Construct an iterator from an array.
- Construct a
Box
. - Construct a
Cow
. - Construct an
Rc
. - Construct a
Some
.