Documentation
Lake
.
Util
.
String
Search
return to top
source
Imports
Init.Data.Nat.Fold
Init.Data.String.Basic
Init.Data.ToString.Basic
Imported by
Lake
.
lpad
Lake
.
rpad
Lake
.
zpad
Lake
.
isHex
source
def
Lake
.
lpad
(
s
:
String
)
(
c
:
Char
)
(
len
:
Nat
)
:
String
Equations
Instances For
source
def
Lake
.
rpad
(
s
:
String
)
(
c
:
Char
)
(
len
:
Nat
)
:
String
Equations
Instances For
source
def
Lake
.
zpad
(
n
len
:
Nat
)
:
String
Equations
Instances For
source
def
Lake
.
isHex
(
s
:
String
)
:
Bool
Returns whether a string is composed of only hexadecimal digits.
Equations
Instances For