- [Macro]
#&
name
Returns the object named name.
Examples:
Example 1. Accessing objects from their name.
(new seq :name 'test) ⇒ #<seq: "test"> #&test ⇒ #<seq: "test"> (io "test.clm") ⇒ #<midi-file: "test.clm"> (list #&test #&"test.mid" ) ⇒ (#&"test" #<midi-file: "test.clm">)
See also:
- append-object [Function]
- find-object [Function]
- insert-object [Function]
- list-named-objects [Function]
- list-objects [Function]
- map-subcontainers [Function]
- map-subobjects [Function]
- object-name [Function]
- object-time [Function]
- remove-object [Function]
- remove-subobjects [Function]
- save-object [Function]
- subcontainers [Function]
- subobjects [Function]