any type
Computing term used when a type is not specified or can be any type, often in programming contexts such as generics or type parameters.
この関数は任意型の引数を受け取ります。
This function accepts arguments of any type.
Compound of 任意 (arbitrary, optional) and 型 (type, form).