Record Class StringTable

java.lang.Object
java.lang.Record
dev.argon.esexpr.StringTable
Record Components:
values - The strings in the string table.

public record StringTable(List<String> values) extends Record
A string table used while reading binary ESExprs.