Create an Array template literal #118
Labels
effort: 3
Takes roughly 3 hours (w/ docs+testing)
package: core
Related to the core libraries
priority: important
type: feature
work: obvious
Straightforward tasks with known solutions; follow best practices
Right now, in order to make an Array one has to do a
Array.fromLinkedList [a, b, c]
Even though
OverloadedLists
enabled in the project, the creation of the array from the list just hangs. It'd be better to have for now a:[array|a, b, c|]
Which allows for a more standardized syntax, similar to #117 and the creation of texts through
[fmt||]
The text was updated successfully, but these errors were encountered: