fdb-record-layer
fdb-record-layer copied to clipboard
`Value.pullUp` does not consider multiple access paths of a pulled up value
For example, for a Value
like this (A, A, A)
, pulling up A
through that Value gives something like: _._0
instead of enlisting all possible access paths of it, i.e. _._0
, _._1
, _._2
.