Skip to content

Add ArrayType implementations for Option and Result #168

@mbrobbel

Description

@mbrobbel

We can support nullable union arrays by providing an ArrayType implementation for Option (and we can do the same for Result). The only big change this requires is wrapping the type index in a new type (can't we use i8 directly - because we can't implement that conversion for foreign types).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions