Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
refs/heads/upstream/alexeagle-patch-2
/
.
/
lib
/
strings.bzl
blob: 12d4850a3608072c1c98081cd08e22aab1cc4bcb [
file
] [
log
] [
blame
] [
edit
]
"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