lpad(minLength:character:)

    Formats the string to be at least minLength long by adding characters to the left of the string, if necessary. See also rpad(minLength:character:).

    StringName.swift:1576
    final func lpad(minLength: Int64, character: String = " ") -> String

    Other members in extension

    Typealiases

    Type members

    Instance members