As an exercise, I am developing a data structure similar to Vector. I implemented all the interfaces that IPersistentVector extends, but I did not find an interface where "conj" is defined. Which interface is this? Thanks!
clojure.lang.IPersistentCollection/cons . It was called cons , and it got stuck in the interface, although the Clojure function for it is now called conj .
clojure.lang.IPersistentCollection/cons
cons
conj
Source: https://habr.com/ru/post/1389943/More articles:How to mount a specific file system on a disk image? - filesystemsVisibility setting = "Hidden" in a window WPF never displays a window again - c #Why doesn't codeigniter2 save csrf_hash in a more secure way, like a session? - securityAccept-Encoding headers on Cloudfront serving assets from Rails 3.0.x on Heroku cedars - encodingCommon Objects in C # - genericsHerocu Cedar - Static Assets - Rails 3.0.x - ruby-on-rails-3Unicode hidden text batch file for Ansi text - batch-fileIs there a difference between these ColdFusion components? - coldfusionUIApplicationDelegate in Builder Interface with Xcode 4.2 - iosIs there an Eclipse template variable for the short version of the nested type name - javaAll Articles