Static Methodsliemeobn.elementary 0.5.0Elementary
appending(separatedBy:)
Appends the new value to the existing value, separated by the specified string.
static func appending(separatedBy: String) -> HTMLAttributeMergeAction
Appends the new value to the existing value, separated by the specified string.
static func appending(separatedBy: String) -> HTMLAttributeMergeAction
s10Elementary24HTMLAttributeMergeActionV9appending11separatedByACSS_tFZ
What are these?622ZR
import Elementary
struct HTMLAttributeMergeAction
The action to take when merging an attribute with the same name.
@frozen struct String
A Unicode string value that is a collection of characters.
static var ignoring: Self { get }
Ignores the new value if the attribute already exists.
static var replacing: Self { get }
Replaces the value of the existing attribute with the new value.
static func appending(seperatedBy: String) -> HTMLAttributeMergeAction
Appends the new value to the existing value, separated by the specified string.