This repository was archived by the owner on May 4, 2019. It is now read-only.
This repository was archived by the owner on May 4, 2019. It is now read-only.
broadcast with arguments of different type #174
Closed
Description
First of all, kudos for #166, I find it extremely useful.
I have one doubt: by looking at the implementation, it seems that it only works if all the arguments of the function have the same type, i.e. this works fine:
NullableArray(ones(100)) .+ NullableArray(ones(100))
whereas this throws an error:
NullableArray(ones(Int64, 100)) .+ NullableArray(ones(Float64,100))
which as far as I understand comes from this definition of lift.
Is there a way/plan to generalize lift to tuples with elements of different types, or is that unfeasible?
Metadata
Metadata
Assignees
Labels
No labels