ligGlyph function

dynamic ligGlyph(
  1. dynamic scope
)

Implementation

ligGlyph(scope) {
  return scope.parseList(Parser.pointer(caretValue));
}