Versions in this module Expand all Collapse all v1 v1.0.4 Apr 24, 2026 Changes in this version + var ErrMalformedLispTuple = errors.New("malformed lisp tuple: unexpected type in tuple structure") + func ParseLispTuple[T lispTupleItem](tuple []any) ([]T, error)