Skip to content

Primitive array types are not used in Kotlin #75

@eygraber

Description

@eygraber

If I have an enum in Swift where one of the cases takes in a [Double] on Kotlin that gets translated to an Array<Double> instead of a DoubleArray. I believe DoubleArray would be more performant on the Kotlin side; is it possible to use that instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions