mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
8 lines
135 B
Python
8 lines
135 B
Python
"Utilities for strings"
|
|
|
|
load("//lib/private:strings.bzl", _chr = "chr", _hex = "hex", _ord = "ord")
|
|
|
|
chr = _chr
|
|
ord = _ord
|
|
hex = _hex
|