containers v0.2.0 Containers.Text
This container wraps a string value. This is useful for when you want to append strings
together with not wanting to worry about nil
throwing runtime errors.
Implemented Protocols
- Appendable
- Mappable
- Unwrappable
- Sequenceable
Summary
Functions
takes a normal string and puts in a Text Container