Open kevinbarabash opened 1 year ago
e.g.
let p = {x: 5, y: 10}; let str = p.toString();
This will require special casing in expand_type and expand_keyof similar to what we do for Array.
expand_type
expand_keyof
Array
e.g.
This will require special casing in
expand_type
andexpand_keyof
similar to what we do forArray
.