Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Open Dylan
Light Logo Dark Logo

Community

  • Get Involved
  • Download
  • Hacker Guide
    • Writing Documentation
      • Guidelines
      • Generating Documentation
      • Doctower
      • Example documentation
    • Jam-based Build System
    • DFMC, The Dylan Flow Machine Compiler
      • Notes, Warnings and Errors
      • Compiler Design (Old)
      • Compiler Internals (Old)
    • The Runtime
      • Object Representation
      • Calling Convention
      • Special Features
      • Name Mangling
      • Compiler Support for Threads
      • Startup
    • Runtime Manager
      • The ACCESS-PATH library
      • The DEBUGGER-MANAGER library
    • DUIM - Dylan User Interface Manager
    • Topics
      • Method Dispatch
      • Debugging
      • Porting to a New Target Platform
      • The PPML library
      • Release Check-list
    • Glossary
    • Copyright
  • Enhancement Proposals
    • DEP Purpose and Guidelines
    • Define Function
    • C3 superclass linearization
    • New strings Library
    • Subclass
    • Single File Libraries
    • Type-Safe Limited Collections
    • Multi-line Strings
    • Defaulted Element Reference Syntax
    • Numeric Literal Syntax
    • String Literal Syntax
    • Multiple Value Assignment

Learning

  • Tour of Dylan
    • Hello, World!
    • Everything is a value
    • Classes & Instantiation
    • Generic Functions
    • Getters & Setters are functions
    • Keyword Arguments
    • Limited Types
    • Macros
    • Multiple Return Values
  • Getting Started Guide
    • Hello World
    • Using Source Registries
    • Managing Dependencies
    • A Few More Quick Tips
    • Using dylan-compiler interactively
    • An example of dylan-environment interactive functionality
    • Editor Support
    • Dylan Interactor Mode for Emacs (DIME)
    • Debugging with GDB or LLDB
    • Notes for Windows Users
    • Environment Variables
    • Cross Compilation
    • Platform Specific Projects
    • Copyright
  • Dylan Programming Guide
  • Dylan Playground
  • Cheat Sheets
    • Syntax
    • Conditionals
    • Collections
    • Iteration
    • For Schemers
    • For Pythonistas

Reference

  • Dylan Reference Manual
  • Package Docs
  • Bundled Libraries
    • Dylan Language Extensions
      • Language Differences
      • Function Definition
      • Extensions to the FOR iteration macro
      • Weak tables
      • Inlining adjectives for methods, constants, functions, and slots
      • Integers
      • object-with-elements
      • Macro System Extensions
      • Parser Expansions
      • Alternative Curry Syntax
      • Numeric Literal Syntax
      • String Literal Syntax
    • LID File Format
    • The c-ffi Library
    • The collections Library
      • The bit-set Module
      • The bit-vector Module
      • The collectors Module
      • The plists Module
      • The set Module
      • The table-extensions Module
    • The coloring-stream Library
    • The common-dylan Library
      • The byte-vector Module
      • The common-extensions Module
      • The machine-words Module
      • The simple-format Module
      • The simple-profiling Module
      • The simple-random Module
      • The simple-timers Module
      • The transcendentals Module
    • The DISPATCH-PROFILER library
    • The DOOD library
    • The dylan Library
      • The finalization Module
      • The dylan-primitives Module
      • The threads Module
    • The io Library
      • The format Module
      • The format-out Module
      • The print and pprint Modules
      • The streams Module
      • The standard-io Module
    • The network Library
    • The progress-stream Library
    • The sql Library
    • The system Library
      • The date Module
      • The locators Module
      • The file-system Module
      • The operating-system Module
    • The t-lists Library
    • The Win32 API Libraries
    • Copyright
  • Other Documentation
    • News
    • Publications
    • Intro to Dylan
      • Why Dylan?
      • Expressions & Variables
      • Methods & Generic Functions
      • Objects
      • Multiple Dispatch
      • Modules & Libraries
      • Conditions
      • Copyright
    • CORBA Guide
      • Preface
      • About Open Dylan CORBA
      • Quick Start Tutorial
      • Setting up the Bank Example
      • Writing and Compiling IDL
      • The Bank Client
      • The Bank Server
      • Creating CORBA Projects
      • Running and Debugging CORBA Applications
      • Using the Dylan IDL Compiler
      • An IDL Binding for Dylan
    • DUIM Guide
      • Preface
      • Introduction
      • Designing A Simple DUIM Application
      • Improving The Design
      • Adding Menus To The Application
      • Adding Callbacks to the Application
      • Using Command Tables
      • A Tour of the DUIM Libraries
      • Source Code For The Task List Manager
      • Copyright
    • DUIM Reference
      • Conventions in this Manual
      • DUIM-Geometry Library
      • DUIM-Extended-Geometry Library
      • DUIM-DCs Library
      • DUIM-Sheets Library
      • DUIM-Graphics Library
      • DUIM-Layouts Library
      • DUIM-Gadgets Library
      • DUIM-Frames Library
      • Copyright
    • Getting Started / IDE
      • Preface
      • Quick Start
      • Fixing Bugs
      • Programming in Open Dylan
      • Creating and Using Projects
      • Learning More About an Application
      • Debugging and Interactive Development
      • Remote Debugging
      • Dispatch Optimization Coloring in the Editor
      • Delivering Dylan Applications
      • The Interactive Editor
      • Creating COM Projects
      • Copyright
    • Release Notes
      • Open Dylan 2025.1
      • Open Dylan 2024.1
      • Open Dylan 2023.1
      • Open Dylan 2022.1
      • Open Dylan 2020.1
      • Open Dylan 2019.1
      • Open Dylan 2014.1 Release Notes
      • Open Dylan 2013.2 Release Notes
      • Open Dylan 2013.1 Release Notes
      • Open Dylan 2012.1 Release Notes
      • Open Dylan 2011.1 Release Notes
    • Style Guide
    • Dylan History
      • Apple Dylan
        • Apple Cambridge
        • Apple Dylan Eulogy
        • Apple Dylan Technology Release
        • Apple Dylan Today
        • Apple Dylan Screenshots - Browsers
        • Apple Dylan Screenshots - Dynamic
        • Apple Dylan Screenshots
        • Apple Dylan Screenshots - Misc
  • Full Index
Back to top
View this page
Edit this page

The collections Library¶

collections Library¶

The collections library source can be found here.

In addition to the modules documented here, the collections library also re-exports the byte-vector module, which is defined in the common-dylan library.

  • The bit-set Module
  • The bit-vector Module
  • The collectors Module
  • The plists Module
  • The set Module
  • The table-extensions Module
Next
The bit-set Module
Previous
The c-ffi Library
Copyright © 2011-2024, Dylan Hackers
Made with Sphinx and @pradyunsg's Furo