There was an error while loading. Please reload this page.
The __initializer_list__ function can be defined to specify how initializer lists are created
__initializer_list__
func __initializer_list__(array *$T, length usize) $I { }
where
$T
$I
<$T> MyInitializerList
This is usually not defined by the user, instead 2.7/InitializerList.adept provides the common definition used by most programmers
2.7/InitializerList.adept
array
length
Table of Contents