Miscellaneous lemmas about strings #
@[simp]
The length of the String returned by String.leftpad n a c
is equal
to the larger of n
and s.length
The length of the String returned by String.leftpad n a c
is equal
to the larger of n
and s.length