Allow ComputedType
to be passed to the set
method on ABI types like Uint
#266
Labels
ComputedType
to be passed to the set
method on ABI types like Uint
#266
Problem
At the moment the only way to set something like the return value of a subroutine or an array element as the value of an ABI type is to use the
store_into
method or theuse
method. Neither of these are obvious to someone without looking up exactly what is available to them.Solution
Allow the
set
method to accept aComputedType
and call thestore_into
method internally.This allows for a more natural syntax
The text was updated successfully, but these errors were encountered: