Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
fb0677ad573fe950e8dd367bba1137f3fb71c844
/
.
/
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