Expand description
Lightweight type-introspection helpers shared by parsing and codegen.
Enumsยง
- Several
OkContainer ๐ - Container family for a
several_okparameter, returned byclassify_several_ok_container.
Functionsยง
- classify_
several_ ๐ok_ container - Classify a
several_okparameter type into one of the four container families and extract its inner element typeT. - first_
type_ ๐argument - Returns the first generic type argument from a path segment.
- is_
sexp_ ๐type - Returns
trueiftyis syntacticallySEXP. - nth_
type_ ๐argument - Returns the
n-th generic type argument from a path segment. - second_
type_ ๐argument - Returns the second generic type argument from a path segment.