Skip to content

Commit

Permalink
std: Add L+ M+ O+ and V+ constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jan 29, 2025
1 parent 9755b22 commit 1505f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/ys/std.clj
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@
(intern 'ys.std 'T to-type)
(intern 'ys.std 'V to-vec)

(intern 'ys.std 'L+ list)
(intern 'ys.std 'M+ hash-map)
(intern 'ys.std 'O+ omap)
(intern 'ys.std 'V+ vector)


Expand Down

0 comments on commit 1505f00

Please sign in to comment.