package
0.24.1
Repository: https://github.com/google/cel-go.git
Documentation: pkg.go.dev

# Functions

NewBuffer returns an efficient implementation of Buffer for the given text based on the ranges of the encoded code points contained within.
NewBufferAndLineOffsets returns an efficient implementation of Buffer for the given text based on the ranges of the encoded code points contained within, as well as returning the line offsets.

# Interfaces

Buffer is an interface for accessing a contiguous array of code points.