Functions§
- array_
element_ type - Returns element type of passed Array type
Array
-> T - array_
of_ type - Returns Array type of the passed element type
T -> Array
- first_
element_ type - Returns the type of of first element (T1, T2, …) -> T1
- second_
element_ type - Returns the type of second element (T1, T2, …) -> T2