joelpedraza
05/14/2019, 3:22 PMvalue
property is internal how can accessors such as fold
be marked as inline
?serebit
05/14/2019, 3:27 PMvalue
have the @PublishedApi
annotation?joelpedraza
05/14/2019, 3:27 PMserebit
05/14/2019, 3:28 PM@PublishedApi
can be used to allow inline functions or methods to access internal declarations in the same modulejoelpedraza
05/14/2019, 3:29 PM