alef-codegen 0.15.39

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
let {{ param_name }}_core{% if is_optional %}: Option<{{ core_path }}>{% else %}: {{ core_path }}{% endif %} = {{ value_expr }};