containers v0.1.3 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
- Appenedable
- Mappable
- Unwrappable
- Sequenceable
Summary
Functions
takes a normal string and puts in a Text Container