containers v0.3.2 Containers.Appendable protocol

Protocol for appending things by exposing the append function

Summary

Functions

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

Types

t()
t() :: term

Functions

append(v1, v2)
append(struct, struct) :: struct

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