object slice · Issue #77 · satyr/coco (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@satyr

Description

@satyr

o.{a:b, c}{a: o.b, c: o.c}

This will:

For applying ADI (o{a}; o?{b}o.{a}; o?.{b}), the clone syntax (p = Point{x: 7, y: 8}) needs to change; probably to unary ^ (p = ^Point <<< x: 7, y: 8).