containers v0.7.0 Containers.Appendable protocol View Source

Protocol for appending things by exposing the append function

Link to this section Summary

Functions

Append takes two of the same Appendable value and puts them together. Returning a new struct with the appended value

Link to this section Types

Link to this section Functions

Append takes two of the same Appendable value and puts them together. Returning a new struct with the appended value.