Skip to content

fix(tuple): implement AsTuple for &T where T: AsTuple

Georgy Moshkin requested to merge fix/as-tuple-for-ref into master

this will allow writing generic code which accepts both values and references to types implementing AsTuple

Merge request reports