blob: 8ae55f0ceeead48bee13966c0ac1121b4eb3a79f [file] [log] [blame] [edit]
"Utilities for strings"
load("//lib/private:strings.bzl", _chr = "chr", _hex = "hex", _ord = "ord")
chr = _chr
ord = _ord
hex = _hex