"Utilities for strings" load("//lib/private:strings.bzl", _chr = "chr", _ord = "ord", _hex = "hex") chr = _chr ord = _ord hex = _hex