Skip to content

TYP102

TYP102 — missing required generic argument

SubsystemType checking
Severityerror

A generic parameter has no default and can’t be inferred from the arguments (e.g. it appears only in the return type). Supply it explicitly — buffer<i64>() — or give the parameter a default. See spec/generics.md §“inference then default”.

From your terminal:

Terminal window
q64 explain TYP102