Skip to content

API Reference

This page is the entry point to the complete public API documentation.

Collections

  • Seq[T] — Immutable collections (tuple-backed)
  • Vec[T] — Mutable collections (list-backed)
  • Set[T] — Immutable collections (frozenset-backed)
  • SetMut[T] — Mutable sets (set-backed)
  • Dict[K, V] — Chainable dictionaries

Iterators

Error handling

Optional values

Traits & mixins

Fluent Traits

Abstract Collection Traits

Mapping Views