Error code E0015
A constant item was initialized with something that is not a constant expression.
Erroneous code example:
ⓘ
The only functions that can be called in static or constant expressions are
const
functions, and struct/enum constructors.
To fix this error, you can declare create_some
as a constant function: