-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It will be very nice if we support some syntax sugar using PPX
// let binding style
let%vec v = [1, 2, 3]
// extension
let v = %vec([1, 2, 3])
// thought it might be `vector{ 1, 2, 3 }` in the future, hope so
// turn into this:
let v = Vector.fromArray([1, 2, 3])Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels