right(columns:)
Aligns the value on the right side of a column with the specified width.
Declaration
static func right(columns: @autoclosure @escaping () -> Int) -> OSLogStringAlignmentParameters
- columns:
The width of the item in characters.
Return Value
A string-alignment structure with the specified value.