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