Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
abbbd54a15e4701ac767002193c9ed535bed629d
/
.
/
lib
/
strings.bzl
blob: 12d4850a3608072c1c98081cd08e22aab1cc4bcb [
file
]
"Utilities for strings"
load
(
"//lib/private:strings.bzl"
,
_chr
=
"chr"
,
_hex
=
"hex"
,
_ord
=
"ord"
,
_split_args
=
"split_args"
)
chr
=
_chr
ord
=
_ord
hex
=
_hex
split_args
=
_split_args