Ordered container node for terminal documents.
Summary
Types
@type direction() :: :vertical | :horizontal
@type t() :: %Cringe.Document.Stack{ children: [Cringe.Document.t()], direction: direction(), opts: keyword() }
Functions
@spec new([Cringe.Document.t()], direction(), keyword()) :: t()