Mojo function
materialize
materialize[T: AnyType, //, value: T](out result: T)
Explicitly materialize a compile-time parameter into a run-time value.
Parameters:
- T (
AnyType
): The type of the value to materialize. - value (
T
): The compile-time parameter value to materialize.
Returns:
T
: The materialized run-time value.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!