feat: Adds more documentation and examples.
All checks were successful
CI / Run tests. (push) Successful in 52s
All checks were successful
CI / Run tests. (push) Successful in 52s
This commit is contained in:
@@ -5,6 +5,9 @@ public struct StackConfiguration {
|
||||
public let content: [any TextNode]
|
||||
}
|
||||
|
||||
/// A helper type that removes empty text nodes, and applies a separtor between
|
||||
/// the array of text nodes.
|
||||
///
|
||||
@usableFromInline
|
||||
struct AnySeparatableStackNode<Separator: TextNode>: TextNode {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user